Html Css Color HEX #B0CF4F Conifer

📋 copy color: '#B0CF4F'

red 176 ◦ green 207 ◦ blue 79

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

Shades of Conifer #B0CF4F

Tints of Conifer #B0CF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.1%

R = 38.1%
G = 44.81%
B = 17.1%

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

#B0CF4F (or 0xB0CF4F) is known color: Conifer. HEX triplet: B0, CF and 4F. RGB value is (176,207,79). Sum of RGB (Red+Green+Blue) = 176+207+79=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF4F is #4F30B0. Grayscale: #B7B7B7. Windows color (decimal): -5189809 or 5230512. OLE color: 5230512.

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

Color convert

RGB 176 207 79 -
CMYK 0.15 0 0.62 0.19
HSL 74.53º 0.57% 0.56% -
HSV(B) 74.53º 0.62% 0.81% -
XYZ 41.63 54.42 15.71 -
YUV 183.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 176 207 79 0.15 0 0.62 0.19 74.53 0.57 0.56
Hex B0 CF 4F F 0 3E 13 4B 39 38
Octal 260 317 117 17 0 76 23 113 71 70
Binary 10110000 11001111 1001111 1111 0 111110 10011 1001011 111001 111000

Color Harmonies of #B0CF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF4F

Black with #B0CF4F

Text Example


Text Example

White with #B0CF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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