#bbd654

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

Shades of Conifer #BBD654

Tints of Conifer #BBD654

Color information

#BBD654 (or 0xBBD654) is unknown color: approx Conifer. HEX triplet: BB, D6 and 54. RGB value is (187,214,84). Sum of RGB (Red+Green+Blue) = 187+214+84=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD654 is #4429AB. Grayscale: #BFBFBF. Windows color (decimal): -4467116 or 5559995. OLE color: 5559995.

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

Color convert

RGB18721484-
CMYK0.1300.610.16
HSL72.46º61.32%58.43%-
HSV(B)72.46º60.75%83.92%-
XYZ46.1459.317.4-
YUV191.1167.55125.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 84 (33.20% from 255) = 17.32%
R=38.56%
G=44.12%
B=17.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187214840.1300.610.1672.4661.3258.43
HexBBD654D03D10483d3a
Octal27332612415075201107572
Binary1011101111010110101010011010111101100001001000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbd654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbd654; }

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

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

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

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

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

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

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

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