Html Css Color HEX #B0DB64 Conifer

📋 copy color: '#B0DB64'

red 176 ◦ green 219 ◦ blue 100

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

Shades of Conifer #B0DB64

Tints of Conifer #B0DB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.2%

R = 35.56%
G = 44.24%
B = 20.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#B0DB64 (or 0xB0DB64) is known color: Conifer. HEX triplet: B0, DB and 64. RGB value is (176,219,100). Sum of RGB (Red+Green+Blue) = 176+219+100=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB64 is #4F249B. Grayscale: #C1C1C1. Windows color (decimal): -5186716 or 6609840. OLE color: 6609840.

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

Color convert

RGB 176 219 100 -
CMYK 0.20 0 0.54 0.14
HSL 81.68º 0.62% 0.63% -
HSV(B) 81.68º 0.54% 0.86% -
XYZ 45.54 60.81 21.39 -
YUV 192.58 75.75 116.18 -
System Red Green Blue C M Y K H S L
Decimal 176 219 100 0.20 0 0.54 0.14 81.68 0.62 0.63
Hex B0 DB 64 14 0 36 E 52 3E 3F
Octal 260 333 144 24 0 66 16 122 76 77
Binary 10110000 11011011 1100100 10100 0 110110 1110 1010010 111110 111111

Color Harmonies of #B0DB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB64

Black with #B0DB64

Text Example


Text Example

White with #B0DB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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