Html Css Color HEX #B6DD49 Conifer

📋 copy color: '#B6DD49'

red 182 ◦ green 221 ◦ blue 73

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

Shades of Conifer #B6DD49

Tints of Conifer #B6DD49

RGB

 RED value IS 182 (71.48% from 255) = 38.24%

 GREEN value IS 221 (86.72% from 255) = 46.43%

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

R = 38.24%
G = 46.43%
B = 15.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#B6DD49 (or 0xB6DD49) is known color: Conifer. HEX triplet: B6, DD and 49. RGB value is (182,221,73). Sum of RGB (Red+Green+Blue) = 182+221+73=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DD49 is #4922B6. Grayscale: #C1C1C1. Windows color (decimal): -4793015 or 4840886. OLE color: 4840886.

HSL color Cylindrical-coordinate representation of color #B6DD49: hue angle of 75.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6DD49 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 221 73 -
CMYK 0.18 0 0.67 0.13
HSL 75.81º 0.69% 0.58% -
HSV(B) 75.81º 0.67% 0.87% -
XYZ 46.35 62.14 15.85 -
YUV 192.47 60.58 120.53 -
System Red Green Blue C M Y K H S L
Decimal 182 221 73 0.18 0 0.67 0.13 75.81 0.69 0.58
Hex B6 DD 49 12 0 43 D 4C 45 3A
Octal 266 335 111 22 0 103 15 114 105 72
Binary 10110110 11011101 1001001 10010 0 1000011 1101 1001100 1000101 111010

Color Harmonies of #B6DD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DD49

Black with #B6DD49

Text Example


Text Example

White with #B6DD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DD49; }

 p { color: rgb(182,221,73); }

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

background-color css

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

 a { background-color: rgb(182,221,73); }

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

border-color css

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

 span { border-color: rgb(182,221,73); }

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