Html Css Color HEX #B0CF60 Conifer

📋 copy color: '#B0CF60'

red 176 ◦ green 207 ◦ blue 96

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

Shades of Conifer #B0CF60

Tints of Conifer #B0CF60

RGB

 RED value IS 176 (69.14% from 255) = 36.74%

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

 BLUE value IS 96 (37.89% from 255) = 20.04%

R = 36.74%
G = 43.22%
B = 20.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#B0CF60 (or 0xB0CF60) is known color: Conifer. HEX triplet: B0, CF and 60. RGB value is (176,207,96). Sum of RGB (Red+Green+Blue) = 176+207+96=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF60 is #4F309F. Grayscale: #B9B9B9. Windows color (decimal): -5189792 or 6344624. OLE color: 6344624.

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

Color convert

RGB 176 207 96 -
CMYK 0.15 0 0.54 0.19
HSL 76.76º 0.54% 0.59% -
HSV(B) 76.76º 0.54% 0.81% -
XYZ 42.33 54.7 19.39 -
YUV 185.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 176 207 96 0.15 0 0.54 0.19 76.76 0.54 0.59
Hex B0 CF 60 F 0 36 13 4D 36 3B
Octal 260 317 140 17 0 66 23 115 66 73
Binary 10110000 11001111 1100000 1111 0 110110 10011 1001101 110110 111011

Color Harmonies of #B0CF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF60

Black with #B0CF60

Text Example


Text Example

White with #B0CF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF60; }

 p { color: rgb(176,207,96); }

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

background-color css

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

 a { background-color: rgb(176,207,96); }

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

border-color css

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

 span { border-color: rgb(176,207,96); }

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