#B1E05A

Color #B1E05A Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B1E05A

Tints of Conifer #B1E05A

Color information

#B1E05A (or 0xB1E05A) is unknown color: approx Conifer. HEX triplet: B1, E0 and 5A. RGB value is (177,224,90). Sum of RGB (Red+Green+Blue) = 177+224+90=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E05A is #4E1FA5. Grayscale: #C3C3C3. Windows color (decimal): -5119910 or 5955761. OLE color: 5955761.

HSL color Cylindrical-coordinate representation of color #B1E05A: hue angle of 81.04º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1E05A is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB17722490-
CMYK0.2100.600.12
HSL81.04º68.37%61.57%-
HSV(B)81.04º59.82%87.84%-
XYZ46.6363.419.45-
YUV194.6768.93115.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 224 (87.89% from 255) = 45.62%
BLUE value IS 90 (35.55% from 255) = 18.33%
R=36.05%
G=45.62%
B=18.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177224900.2100.600.1281.0468.3761.57
HexB1E05A1503CC51443e
Octal261340132250741412110476
Binary10110001111000001011010101010111100110010100011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E05A; }

 p { color: rgb(177,224,90); }

 H1.HeaderClassName
 {
   color: #B1E05A;
 }
 .AnyTagClassName
 {
   color: #B1E05A;
 }
</style>
background-color css

<style>
 a { background-color: #B1E05A; }

 a { background-color: rgb(177,224,90); }

 div.DivClassName
 {
   background-color: #B1E05A;
 }
 .BgClassName
 {
   background-color: #B1E05A;
 }
</style>
border-color css

<style>
 span { border-color: #B1E05A; }

 span { border-color: rgb(177,224,90); }

 td.TdClassName
 {
   border-color: #B1E05A;
 }
 .TagClassName
 {
   border-color: #B1E05A;
 }
</style>