Html Css Color HEX #BBDD49 Conifer

📋 copy color: '#BBDD49'

red 187 ◦ green 221 ◦ blue 73

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

Shades of Conifer #BBDD49

Tints of Conifer #BBDD49

RGB

 RED value IS 187 (73.44% from 255) = 38.88%

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

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

R = 38.88%
G = 45.95%
B = 15.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#BBDD49 (or 0xBBDD49) is known color: Conifer. HEX triplet: BB, DD and 49. RGB value is (187,221,73). Sum of RGB (Red+Green+Blue) = 187+221+73=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD49 is #4422B6. Grayscale: #C2C2C2. Windows color (decimal): -4465335 or 4840891. OLE color: 4840891.

HSL color Cylindrical-coordinate representation of color #BBDD49: hue angle of 73.78º 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 #BBDD49 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 73 -
CMYK 0.15 0 0.67 0.13
HSL 73.78º 0.69% 0.58% -
HSV(B) 73.78º 0.67% 0.87% -
XYZ 47.55 62.76 15.91 -
YUV 193.96 59.74 123.03 -
System Red Green Blue C M Y K H S L
Decimal 187 221 73 0.15 0 0.67 0.13 73.78 0.69 0.58
Hex BB DD 49 F 0 43 D 4A 45 3A
Octal 273 335 111 17 0 103 15 112 105 72
Binary 10111011 11011101 1001001 1111 0 1000011 1101 1001010 1000101 111010

Color Harmonies of #BBDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD49

Black with #BBDD49

Text Example


Text Example

White with #BBDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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