Html Css Color HEX #B2D849 Conifer

📋 copy color: '#B2D849'

red 178 ◦ green 216 ◦ blue 73

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

Shades of Conifer #B2D849

Tints of Conifer #B2D849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.25%

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

R = 38.12%
G = 46.25%
B = 15.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#B2D849 (or 0xB2D849) is known color: Conifer. HEX triplet: B2, D8 and 49. RGB value is (178,216,73). Sum of RGB (Red+Green+Blue) = 178+216+73=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D849 is #4D27B6. Grayscale: #BCBCBC. Windows color (decimal): -5056439 or 4839602. OLE color: 4839602.

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

Color convert

RGB 178 216 73 -
CMYK 0.18 0 0.66 0.15
HSL 75.94º 0.65% 0.57% -
HSV(B) 75.94º 0.66% 0.85% -
XYZ 44.12 59.06 15.38 -
YUV 188.34 62.91 120.63 -
System Red Green Blue C M Y K H S L
Decimal 178 216 73 0.18 0 0.66 0.15 75.94 0.65 0.57
Hex B2 D8 49 12 0 42 F 4C 41 39
Octal 262 330 111 22 0 102 17 114 101 71
Binary 10110010 11011000 1001001 10010 0 1000010 1111 1001100 1000001 111001

Color Harmonies of #B2D849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D849

Black with #B2D849

Text Example


Text Example

White with #B2D849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D849; }

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

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

background-color css

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

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

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

border-color css

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

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

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