Html Css Color HEX #B0CF4E Conifer

📋 copy color: '#B0CF4E'

red 176 ◦ green 207 ◦ blue 78

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

Shades of Conifer #B0CF4E

Tints of Conifer #B0CF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.92%

R = 38.18%
G = 44.9%
B = 16.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#B0CF4E (or 0xB0CF4E) is known color: Conifer. HEX triplet: B0, CF and 4E. RGB value is (176,207,78). Sum of RGB (Red+Green+Blue) = 176+207+78=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF4E is #4F30B1. Grayscale: #B7B7B7. Windows color (decimal): -5189810 or 5164976. OLE color: 5164976.

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

Color convert

RGB 176 207 78 -
CMYK 0.15 0 0.62 0.19
HSL 74.42º 0.57% 0.56% -
HSV(B) 74.42º 0.62% 0.81% -
XYZ 41.59 54.41 15.52 -
YUV 183.03 68.73 122.99 -
System Red Green Blue C M Y K H S L
Decimal 176 207 78 0.15 0 0.62 0.19 74.42 0.57 0.56
Hex B0 CF 4E F 0 3E 13 4A 39 38
Octal 260 317 116 17 0 76 23 112 71 70
Binary 10110000 11001111 1001110 1111 0 111110 10011 1001010 111001 111000

Color Harmonies of #B0CF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF4E

Black with #B0CF4E

Text Example


Text Example

White with #B0CF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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