Html Css Color HEX #B2DB52 Conifer

📋 copy color: '#B2DB52'

red 178 ◦ green 219 ◦ blue 82

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

Shades of Conifer #B2DB52

Tints of Conifer #B2DB52

RGB

 RED value IS 178 (69.92% from 255) = 37.16%

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

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

R = 37.16%
G = 45.72%
B = 17.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#B2DB52 (or 0xB2DB52) is known color: Conifer. HEX triplet: B2, DB and 52. RGB value is (178,219,82). Sum of RGB (Red+Green+Blue) = 178+219+82=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB52 is #4D24AD. Grayscale: #BFBFBF. Windows color (decimal): -5055662 or 5430194. OLE color: 5430194.

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

Color convert

RGB 178 219 82 -
CMYK 0.19 0 0.63 0.14
HSL 77.96º 0.66% 0.59% -
HSV(B) 77.96º 0.63% 0.86% -
XYZ 45.21 60.74 17.32 -
YUV 191.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 178 219 82 0.19 0 0.63 0.14 77.96 0.66 0.59
Hex B2 DB 52 13 0 3F E 4E 42 3B
Octal 262 333 122 23 0 77 16 116 102 73
Binary 10110010 11011011 1010010 10011 0 111111 1110 1001110 1000010 111011

Color Harmonies of #B2DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB52

Black with #B2DB52

Text Example


Text Example

White with #B2DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB52; }

 p { color: rgb(178,219,82); }

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

background-color css

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

 a { background-color: rgb(178,219,82); }

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

border-color css

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

 span { border-color: rgb(178,219,82); }

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