Html Css Color HEX #B0DA64 Conifer

📋 copy color: '#B0DA64'

red 176 ◦ green 218 ◦ blue 100

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

Shades of Conifer #B0DA64

Tints of Conifer #B0DA64

RGB

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

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

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

R = 35.63%
G = 44.13%
B = 20.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#B0DA64 (or 0xB0DA64) is known color: Conifer. HEX triplet: B0, DA and 64. RGB value is (176,218,100). Sum of RGB (Red+Green+Blue) = 176+218+100=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA64 is #4F259B. Grayscale: #C0C0C0. Windows color (decimal): -5186972 or 6609584. OLE color: 6609584.

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

Color convert

RGB 176 218 100 -
CMYK 0.19 0 0.54 0.15
HSL 81.36º 0.61% 0.62% -
HSV(B) 81.36º 0.54% 0.85% -
XYZ 45.28 60.29 21.31 -
YUV 191.99 76.09 116.59 -
System Red Green Blue C M Y K H S L
Decimal 176 218 100 0.19 0 0.54 0.15 81.36 0.61 0.62
Hex B0 DA 64 13 0 36 F 51 3D 3E
Octal 260 332 144 23 0 66 17 121 75 76
Binary 10110000 11011010 1100100 10011 0 110110 1111 1010001 111101 111110

Color Harmonies of #B0DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA64

Black with #B0DA64

Text Example


Text Example

White with #B0DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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