#BBD534

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

Shades of Fuego #BBD534

Tints of Fuego #BBD534

Color information

#BBD534 (or 0xBBD534) is unknown color: approx Fuego. HEX triplet: BB, D5 and 34. RGB value is (187,213,52). Sum of RGB (Red+Green+Blue) = 187+213+52=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD534 is #442ACB. Grayscale: #BBBBBB. Windows color (decimal): -4467404 or 3462587. OLE color: 3462587.

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

Color convert

RGB18721352-
CMYK0.1200.760.16
HSL69.69º65.71%51.96%-
HSV(B)69.69º75.59%83.53%-
XYZ44.9158.412.15-
YUV186.8751.89128.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 213 (83.59% from 255) = 47.12%
BLUE value IS 52 (20.70% from 255) = 11.50%
R=41.37%
G=47.12%
B=11.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187213520.1200.760.1669.6965.7151.96
HexBBD534C04C10464234
Octal273325641401142010610264
Binary10111011110101011101001100010011001000010001101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD534; }

 p { color: rgb(187,213,52); }

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

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

 a { background-color: rgb(187,213,52); }

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

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

 span { border-color: rgb(187,213,52); }

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