Html Css Color HEX #B2CF59 Conifer

📋 copy color: '#B2CF59'

red 178 ◦ green 207 ◦ blue 89

#B2CF59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B2CF59

Tints of Conifer #B2CF59

RGB

 RED value IS 178 (69.92% from 255) = 37.55%

 GREEN value IS 207 (81.25% from 255) = 43.67%

 BLUE value IS 89 (35.16% from 255) = 18.78%

R = 37.55%
G = 43.67%
B = 18.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#B2CF59 (or 0xB2CF59) is known color: Conifer. HEX triplet: B2, CF and 59. RGB value is (178,207,89). Sum of RGB (Red+Green+Blue) = 178+207+89=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF59 is #4D30A6. Grayscale: #B9B9B9. Windows color (decimal): -5058727 or 5885874. OLE color: 5885874.

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

Color convert

RGB 178 207 89 -
CMYK 0.14 0 0.57 0.19
HSL 74.75º 0.55% 0.58% -
HSV(B) 74.75º 0.57% 0.81% -
XYZ 42.48 54.81 17.79 -
YUV 184.88 73.89 123.09 -
System Red Green Blue C M Y K H S L
Decimal 178 207 89 0.14 0 0.57 0.19 74.75 0.55 0.58
Hex B2 CF 59 E 0 39 13 4B 37 3A
Octal 262 317 131 16 0 71 23 113 67 72
Binary 10110010 11001111 1011001 1110 0 111001 10011 1001011 110111 111010

Color Harmonies of #B2CF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CF59

Black with #B2CF59

Text Example


Text Example

White with #B2CF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CF59; }

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

 H1.HeaderClassName
 {
   color: #B2CF59;
 }
 .AnyTagClassName
 {
   color: #B2CF59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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