#BBD53D

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

Shades of Las Palmas #BBD53D

Tints of Las Palmas #BBD53D

Color information

#BBD53D (or 0xBBD53D) is unknown color: approx Las Palmas. HEX triplet: BB, D5 and 3D. RGB value is (187,213,61). Sum of RGB (Red+Green+Blue) = 187+213+61=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD53D is #442AC2. Grayscale: #BCBCBC. Windows color (decimal): -4467395 or 4052411. OLE color: 4052411.

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

Color convert

RGB18721361-
CMYK0.1200.710.16
HSL70.26º64.41%53.73%-
HSV(B)70.26º71.36%83.53%-
XYZ45.1358.4913.33-
YUV187.956.39127.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 61 (24.22% from 255) = 13.23%
R=40.56%
G=46.20%
B=13.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187213610.1200.710.1670.2664.4153.73
HexBBD53DC04710464036
Octal273325751401072010610066
Binary10111011110101011111011100010001111000010001101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD53D; }

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

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

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

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

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

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

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

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