Html Css Color HEX #B0DA63 Conifer

📋 copy color: '#B0DA63'

red 176 ◦ green 218 ◦ blue 99

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

Shades of Conifer #B0DA63

Tints of Conifer #B0DA63

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

 BLUE value IS 99 (39.06% from 255) = 20.08%

R = 35.7%
G = 44.22%
B = 20.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#B0DA63 (or 0xB0DA63) is known color: Conifer. HEX triplet: B0, DA and 63. RGB value is (176,218,99). Sum of RGB (Red+Green+Blue) = 176+218+99=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA63 is #4F259C. Grayscale: #C0C0C0. Windows color (decimal): -5186973 or 6544048. OLE color: 6544048.

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

Color convert

RGB 176 218 99 -
CMYK 0.19 0 0.55 0.15
HSL 81.18º 0.62% 0.62% -
HSV(B) 81.18º 0.55% 0.85% -
XYZ 45.23 60.27 21.05 -
YUV 191.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 176 218 99 0.19 0 0.55 0.15 81.18 0.62 0.62
Hex B0 DA 63 13 0 37 F 51 3E 3E
Octal 260 332 143 23 0 67 17 121 76 76
Binary 10110000 11011010 1100011 10011 0 110111 1111 1010001 111110 111110

Color Harmonies of #B0DA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA63

Black with #B0DA63

Text Example


Text Example

White with #B0DA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA63; }

 p { color: rgb(176,218,99); }

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

background-color css

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

 a { background-color: rgb(176,218,99); }

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

border-color css

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

 span { border-color: rgb(176,218,99); }

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