#BBD649

Color #BBD649 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BBD649

Tints of Conifer #BBD649

Color information

#BBD649 (or 0xBBD649) is unknown color: approx Conifer. HEX triplet: BB, D6 and 49. RGB value is (187,214,73). Sum of RGB (Red+Green+Blue) = 187+214+73=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD649 is #4429B6. Grayscale: #BEBEBE. Windows color (decimal): -4467127 or 4839099. OLE color: 4839099.

HSL color Cylindrical-coordinate representation of color #BBD649: hue angle of 71.49º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBD649 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB18721473-
CMYK0.1300.660.16
HSL71.49º63.23%56.27%-
HSV(B)71.49º65.89%83.92%-
XYZ45.7459.1415.31-
YUV189.8562.05125.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 214 (83.98% from 255) = 45.15%
BLUE value IS 73 (28.91% from 255) = 15.40%
R=39.45%
G=45.15%
B=15.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187214730.1300.660.1671.4963.2356.27
HexBBD649D04210473f38
Octal273326111150102201077770
Binary10111011110101101001001110101000010100001000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD649; }

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

 H1.HeaderClassName
 {
   color: #BBD649;
 }
 .AnyTagClassName
 {
   color: #BBD649;
 }
</style>
background-color css

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

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

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

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

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

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