Html Css Color HEX #B0CF4C Conifer

📋 copy color: '#B0CF4C'

red 176 ◦ green 207 ◦ blue 76

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

Shades of Conifer #B0CF4C

Tints of Conifer #B0CF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.56%

R = 38.34%
G = 45.1%
B = 16.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#B0CF4C (or 0xB0CF4C) is known color: Conifer. HEX triplet: B0, CF and 4C. RGB value is (176,207,76). Sum of RGB (Red+Green+Blue) = 176+207+76=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CF4C is #4F30B3. Grayscale: #B7B7B7. Windows color (decimal): -5189812 or 5033904. OLE color: 5033904.

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

Color convert

RGB 176 207 76 -
CMYK 0.15 0 0.63 0.19
HSL 74.2º 0.58% 0.55% -
HSV(B) 74.2º 0.63% 0.81% -
XYZ 41.52 54.38 15.14 -
YUV 182.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 176 207 76 0.15 0 0.63 0.19 74.2 0.58 0.55
Hex B0 CF 4C F 0 3F 13 4A 3A 37
Octal 260 317 114 17 0 77 23 112 72 67
Binary 10110000 11001111 1001100 1111 0 111111 10011 1001010 111010 110111

Color Harmonies of #B0CF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF4C

Black with #B0CF4C

Text Example


Text Example

White with #B0CF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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