Html Css Color HEX #B2CF56 Conifer

📋 copy color: '#B2CF56'

red 178 ◦ green 207 ◦ blue 86

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

Shades of Conifer #B2CF56

Tints of Conifer #B2CF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.26%

R = 37.79%
G = 43.95%
B = 18.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#B2CF56 (or 0xB2CF56) is known color: Conifer. HEX triplet: B2, CF and 56. RGB value is (178,207,86). Sum of RGB (Red+Green+Blue) = 178+207+86=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF56 is #4D30A9. Grayscale: #B8B8B8. Windows color (decimal): -5058730 or 5689266. OLE color: 5689266.

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

Color convert

RGB 178 207 86 -
CMYK 0.14 0 0.58 0.19
HSL 74.38º 0.56% 0.57% -
HSV(B) 74.38º 0.58% 0.81% -
XYZ 42.35 54.76 17.14 -
YUV 184.54 72.39 123.34 -
System Red Green Blue C M Y K H S L
Decimal 178 207 86 0.14 0 0.58 0.19 74.38 0.56 0.57
Hex B2 CF 56 E 0 3A 13 4A 38 39
Octal 262 317 126 16 0 72 23 112 70 71
Binary 10110010 11001111 1010110 1110 0 111010 10011 1001010 111000 111001

Color Harmonies of #B2CF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CF56

Black with #B2CF56

Text Example


Text Example

White with #B2CF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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