Html Css Color HEX #B0DB62 Conifer

📋 copy color: '#B0DB62'

red 176 ◦ green 219 ◦ blue 98

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

Shades of Conifer #B0DB62

Tints of Conifer #B0DB62

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.42%

 BLUE value IS 98 (38.67% from 255) = 19.88%

R = 35.7%
G = 44.42%
B = 19.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#B0DB62 (or 0xB0DB62) is known color: Conifer. HEX triplet: B0, DB and 62. RGB value is (176,219,98). Sum of RGB (Red+Green+Blue) = 176+219+98=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB62 is #4F249D. Grayscale: #C0C0C0. Windows color (decimal): -5186718 or 6478768. OLE color: 6478768.

HSL color Cylindrical-coordinate representation of color #B0DB62: hue angle of 81.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0DB62 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 98 -
CMYK 0.20 0 0.55 0.14
HSL 81.32º 0.63% 0.62% -
HSV(B) 81.32º 0.55% 0.86% -
XYZ 45.44 60.77 20.89 -
YUV 192.35 74.75 116.34 -
System Red Green Blue C M Y K H S L
Decimal 176 219 98 0.20 0 0.55 0.14 81.32 0.63 0.62
Hex B0 DB 62 14 0 37 E 51 3F 3E
Octal 260 333 142 24 0 67 16 121 77 76
Binary 10110000 11011011 1100010 10100 0 110111 1110 1010001 111111 111110

Color Harmonies of #B0DB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB62

Black with #B0DB62

Text Example


Text Example

White with #B0DB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB62; }

 p { color: rgb(176,219,98); }

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

background-color css

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

 a { background-color: rgb(176,219,98); }

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

border-color css

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

 span { border-color: rgb(176,219,98); }

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