Html Css Color HEX #B0CF51 Conifer

📋 copy color: '#B0CF51'

red 176 ◦ green 207 ◦ blue 81

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

Shades of Conifer #B0CF51

Tints of Conifer #B0CF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.46%

R = 37.93%
G = 44.61%
B = 17.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#B0CF51 (or 0xB0CF51) is known color: Conifer. HEX triplet: B0, CF and 51. RGB value is (176,207,81). Sum of RGB (Red+Green+Blue) = 176+207+81=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF51 is #4F30AE. Grayscale: #B7B7B7. Windows color (decimal): -5189807 or 5361584. OLE color: 5361584.

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

Color convert

RGB 176 207 81 -
CMYK 0.15 0 0.61 0.19
HSL 74.76º 0.57% 0.56% -
HSV(B) 74.76º 0.61% 0.81% -
XYZ 41.7 54.45 16.1 -
YUV 183.37 70.23 122.75 -
System Red Green Blue C M Y K H S L
Decimal 176 207 81 0.15 0 0.61 0.19 74.76 0.57 0.56
Hex B0 CF 51 F 0 3D 13 4B 39 38
Octal 260 317 121 17 0 75 23 113 71 70
Binary 10110000 11001111 1010001 1111 0 111101 10011 1001011 111001 111000

Color Harmonies of #B0CF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF51

Black with #B0CF51

Text Example


Text Example

White with #B0CF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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