#BBD538

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

Shades of Las Palmas #BBD538

Tints of Las Palmas #BBD538

Color information

#BBD538 (or 0xBBD538) is unknown color: approx Las Palmas. HEX triplet: BB, D5 and 38. RGB value is (187,213,56). Sum of RGB (Red+Green+Blue) = 187+213+56=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD538 is #442AC7. Grayscale: #BBBBBB. Windows color (decimal): -4467400 or 3724731. OLE color: 3724731.

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

Color convert

RGB18721356-
CMYK0.1200.740.16
HSL69.94º65.15%52.75%-
HSV(B)69.94º73.71%83.53%-
XYZ4558.4412.65-
YUV187.3353.89127.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 213 (83.59% from 255) = 46.71%
BLUE value IS 56 (22.27% from 255) = 12.28%
R=41.01%
G=46.71%
B=12.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187213560.1200.740.1669.9465.1552.75
HexBBD538C04A10464135
Octal273325701401122010610165
Binary10111011110101011110001100010010101000010001101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD538; }

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

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

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

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

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

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

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

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