#BBD746

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

Shades of Conifer #BBD746

Tints of Conifer #BBD746

Color information

#BBD746 (or 0xBBD746) is unknown color: approx Conifer. HEX triplet: BB, D7 and 46. RGB value is (187,215,70). Sum of RGB (Red+Green+Blue) = 187+215+70=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD746 is #4428B9. Grayscale: #BEBEBE. Windows color (decimal): -4466874 or 4642747. OLE color: 4642747.

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

Color convert

RGB18721570-
CMYK0.1300.670.16
HSL71.59º64.44%55.88%-
HSV(B)71.59º67.44%84.31%-
XYZ45.959.6114.88-
YUV190.160.22125.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 215 (84.38% from 255) = 45.55%
BLUE value IS 70 (27.73% from 255) = 14.83%
R=39.62%
G=45.55%
B=14.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187215700.1300.670.1671.5964.4455.88
HexBBD746D04310484038
Octal2733271061501032011010070
Binary101110111101011110001101101010000111000010010001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD746; }

 p { color: rgb(187,215,70); }

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

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

 a { background-color: rgb(187,215,70); }

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

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

 span { border-color: rgb(187,215,70); }

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