Html Css Color HEX #B0CF59 Conifer

📋 copy color: '#B0CF59'

red 176 ◦ green 207 ◦ blue 89

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

Shades of Conifer #B0CF59

Tints of Conifer #B0CF59

RGB

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

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

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

R = 37.29%
G = 43.86%
B = 18.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#B0CF59 (or 0xB0CF59) is known color: Conifer. HEX triplet: B0, CF and 59. RGB value is (176,207,89). Sum of RGB (Red+Green+Blue) = 176+207+89=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF59 is #4F30A6. Grayscale: #B8B8B8. Windows color (decimal): -5189799 or 5885872. OLE color: 5885872.

HSL color Cylindrical-coordinate representation of color #B0CF59: hue angle of 75.76º 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 #B0CF59 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 89 -
CMYK 0.15 0 0.57 0.19
HSL 75.76º 0.55% 0.58% -
HSV(B) 75.76º 0.57% 0.81% -
XYZ 42.02 54.58 17.77 -
YUV 184.28 74.23 122.09 -
System Red Green Blue C M Y K H S L
Decimal 176 207 89 0.15 0 0.57 0.19 75.76 0.55 0.58
Hex B0 CF 59 F 0 39 13 4C 37 3A
Octal 260 317 131 17 0 71 23 114 67 72
Binary 10110000 11001111 1011001 1111 0 111001 10011 1001100 110111 111010

Color Harmonies of #B0CF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF59

Black with #B0CF59

Text Example


Text Example

White with #B0CF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF59; }

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

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

background-color css

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

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

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

border-color css

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

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

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