Html Css Color HEX #B0DA52 Conifer

📋 copy color: '#B0DA52'

red 176 ◦ green 218 ◦ blue 82

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

Shades of Conifer #B0DA52

Tints of Conifer #B0DA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.23%

R = 36.97%
G = 45.8%
B = 17.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#B0DA52 (or 0xB0DA52) is known color: Conifer. HEX triplet: B0, DA and 52. RGB value is (176,218,82). Sum of RGB (Red+Green+Blue) = 176+218+82=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA52 is #4F25AD. Grayscale: #BEBEBE. Windows color (decimal): -5186990 or 5429936. OLE color: 5429936.

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

Color convert

RGB 176 218 82 -
CMYK 0.19 0 0.62 0.15
HSL 78.53º 0.65% 0.59% -
HSV(B) 78.53º 0.62% 0.85% -
XYZ 44.5 59.98 17.22 -
YUV 189.94 67.09 118.06 -
System Red Green Blue C M Y K H S L
Decimal 176 218 82 0.19 0 0.62 0.15 78.53 0.65 0.59
Hex B0 DA 52 13 0 3E F 4F 41 3B
Octal 260 332 122 23 0 76 17 117 101 73
Binary 10110000 11011010 1010010 10011 0 111110 1111 1001111 1000001 111011

Color Harmonies of #B0DA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA52

Black with #B0DA52

Text Example


Text Example

White with #B0DA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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