Html Css Color HEX #B2D249 Conifer

📋 copy color: '#B2D249'

red 178 ◦ green 210 ◦ blue 73

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

Shades of Conifer #B2D249

Tints of Conifer #B2D249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.55%

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

R = 38.61%
G = 45.55%
B = 15.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#B2D249 (or 0xB2D249) is known color: Conifer. HEX triplet: B2, D2 and 49. RGB value is (178,210,73). Sum of RGB (Red+Green+Blue) = 178+210+73=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D249 is #4D2DB6. Grayscale: #B9B9B9. Windows color (decimal): -5057975 or 4838066. OLE color: 4838066.

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

Color convert

RGB 178 210 73 -
CMYK 0.15 0 0.65 0.18
HSL 74.01º 0.6% 0.55% -
HSV(B) 74.01º 0.65% 0.82% -
XYZ 42.61 56.04 14.87 -
YUV 184.81 64.9 123.14 -
System Red Green Blue C M Y K H S L
Decimal 178 210 73 0.15 0 0.65 0.18 74.01 0.6 0.55
Hex B2 D2 49 F 0 41 12 4A 3C 37
Octal 262 322 111 17 0 101 22 112 74 67
Binary 10110010 11010010 1001001 1111 0 1000001 10010 1001010 111100 110111

Color Harmonies of #B2D249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D249

Black with #B2D249

Text Example


Text Example

White with #B2D249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D249; }

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

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

background-color css

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

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

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

border-color css

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

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

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