#B2CF5B

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

Shades of Conifer #B2CF5B

Tints of Conifer #B2CF5B

Color information

#B2CF5B (or 0xB2CF5B) is unknown color: approx Conifer. HEX triplet: B2, CF and 5B. RGB value is (178,207,91). Sum of RGB (Red+Green+Blue) = 178+207+91=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF5B is #4D30A4. Grayscale: #B9B9B9. Windows color (decimal): -5058725 or 6016946. OLE color: 6016946.

HSL color Cylindrical-coordinate representation of color #B2CF5B: hue angle of 75º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2CF5B is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB17820791-
CMYK0.1400.560.19
HSL75º54.72%58.43%-
HSV(B)75º56.04%81.18%-
XYZ42.5654.8518.24-
YUV185.174.89122.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 207 (81.25% from 255) = 43.49%
BLUE value IS 91 (35.94% from 255) = 19.12%
R=37.39%
G=43.49%
B=19.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178207910.1400.560.197554.7258.43
HexB2CF5BE038134b373a
Octal26231713316070231136772
Binary1011001011001111101101111100111000100111001011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CF5B; }

 p { color: rgb(178,207,91); }

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

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

 a { background-color: rgb(178,207,91); }

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

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

 span { border-color: rgb(178,207,91); }

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