Html Css Color HEX #B0CF5E Conifer

📋 copy color: '#B0CF5E'

red 176 ◦ green 207 ◦ blue 94

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

Shades of Conifer #B0CF5E

Tints of Conifer #B0CF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.71%

R = 36.9%
G = 43.4%
B = 19.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#B0CF5E (or 0xB0CF5E) is known color: Conifer. HEX triplet: B0, CF and 5E. RGB value is (176,207,94). Sum of RGB (Red+Green+Blue) = 176+207+94=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF5E is #4F30A1. Grayscale: #B9B9B9. Windows color (decimal): -5189794 or 6213552. OLE color: 6213552.

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

Color convert

RGB 176 207 94 -
CMYK 0.15 0 0.55 0.19
HSL 76.46º 0.54% 0.59% -
HSV(B) 76.46º 0.55% 0.81% -
XYZ 42.24 54.66 18.91 -
YUV 184.85 76.73 121.69 -
System Red Green Blue C M Y K H S L
Decimal 176 207 94 0.15 0 0.55 0.19 76.46 0.54 0.59
Hex B0 CF 5E F 0 37 13 4C 36 3B
Octal 260 317 136 17 0 67 23 114 66 73
Binary 10110000 11001111 1011110 1111 0 110111 10011 1001100 110110 111011

Color Harmonies of #B0CF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF5E

Black with #B0CF5E

Text Example


Text Example

White with #B0CF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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