Html Css Color HEX #B2CF54 Conifer

📋 copy color: '#B2CF54'

red 178 ◦ green 207 ◦ blue 84

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

Shades of Conifer #B2CF54

Tints of Conifer #B2CF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.91%

R = 37.95%
G = 44.14%
B = 17.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#B2CF54 (or 0xB2CF54) is known color: Conifer. HEX triplet: B2, CF and 54. RGB value is (178,207,84). Sum of RGB (Red+Green+Blue) = 178+207+84=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF54 is #4D30AB. Grayscale: #B8B8B8. Windows color (decimal): -5058732 or 5558194. OLE color: 5558194.

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

Color convert

RGB 178 207 84 -
CMYK 0.14 0 0.59 0.19
HSL 74.15º 0.56% 0.57% -
HSV(B) 74.15º 0.59% 0.81% -
XYZ 42.27 54.73 16.72 -
YUV 184.31 71.39 123.5 -
System Red Green Blue C M Y K H S L
Decimal 178 207 84 0.14 0 0.59 0.19 74.15 0.56 0.57
Hex B2 CF 54 E 0 3B 13 4A 38 39
Octal 262 317 124 16 0 73 23 112 70 71
Binary 10110010 11001111 1010100 1110 0 111011 10011 1001010 111000 111001

Color Harmonies of #B2CF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CF54

Black with #B2CF54

Text Example


Text Example

White with #B2CF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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