Html Css Color HEX #B2DB49 Conifer

📋 copy color: '#B2DB49'

red 178 ◦ green 219 ◦ blue 73

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

Shades of Conifer #B2DB49

Tints of Conifer #B2DB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.53%

R = 37.87%
G = 46.6%
B = 15.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#B2DB49 (or 0xB2DB49) is known color: Conifer. HEX triplet: B2, DB and 49. RGB value is (178,219,73). Sum of RGB (Red+Green+Blue) = 178+219+73=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB49 is #4D24B6. Grayscale: #BEBEBE. Windows color (decimal): -5055671 or 4840370. OLE color: 4840370.

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

Color convert

RGB 178 219 73 -
CMYK 0.19 0 0.67 0.14
HSL 76.85º 0.67% 0.57% -
HSV(B) 76.85º 0.67% 0.86% -
XYZ 44.89 60.61 15.64 -
YUV 190.1 61.92 119.37 -
System Red Green Blue C M Y K H S L
Decimal 178 219 73 0.19 0 0.67 0.14 76.85 0.67 0.57
Hex B2 DB 49 13 0 43 E 4D 43 39
Octal 262 333 111 23 0 103 16 115 103 71
Binary 10110010 11011011 1001001 10011 0 1000011 1110 1001101 1000011 111001

Color Harmonies of #B2DB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB49

Black with #B2DB49

Text Example


Text Example

White with #B2DB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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