Html Css Color HEX #BBD949 Conifer

📋 copy color: '#BBD949'

red 187 ◦ green 217 ◦ blue 73

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

Shades of Conifer #BBD949

Tints of Conifer #BBD949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

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

R = 39.2%
G = 45.49%
B = 15.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BBD949 (or 0xBBD949) is known color: Conifer. HEX triplet: BB, D9 and 49. RGB value is (187,217,73). Sum of RGB (Red+Green+Blue) = 187+217+73=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD949 is #4426B6. Grayscale: #C0C0C0. Windows color (decimal): -4466359 or 4839867. OLE color: 4839867.

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

Color convert

RGB 187 217 73 -
CMYK 0.14 0 0.66 0.15
HSL 72.5º 0.65% 0.57% -
HSV(B) 72.5º 0.66% 0.85% -
XYZ 46.51 60.67 15.56 -
YUV 191.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 187 217 73 0.14 0 0.66 0.15 72.5 0.65 0.57
Hex BB D9 49 E 0 42 F 48 41 39
Octal 273 331 111 16 0 102 17 110 101 71
Binary 10111011 11011001 1001001 1110 0 1000010 1111 1001000 1000001 111001

Color Harmonies of #BBD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD949

Black with #BBD949

Text Example


Text Example

White with #BBD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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