#BBE13E

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

Shades of Las Palmas #BBE13E

Tints of Las Palmas #BBE13E

Color information

#BBE13E (or 0xBBE13E) is unknown color: approx Las Palmas. HEX triplet: BB, E1 and 3E. RGB value is (187,225,62). Sum of RGB (Red+Green+Blue) = 187+225+62=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE13E is #441EC1. Grayscale: #C3C3C3. Windows color (decimal): -4464322 or 4121019. OLE color: 4121019.

HSL color Cylindrical-coordinate representation of color #BBE13E: hue angle of 73.99º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBE13E is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB18722562-
CMYK0.1700.720.12
HSL73.99º73.09%56.27%-
HSV(B)73.99º72.44%88.24%-
XYZ48.2964.7614.51-
YUV195.0652.91122.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 225 (88.28% from 255) = 47.47%
BLUE value IS 62 (24.61% from 255) = 13.08%
R=39.45%
G=47.47%
B=13.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal187225620.1700.720.1273.9973.0956.27
HexBBE13E11048C4a4938
Octal273341762101101411211170
Binary10111011111000011111101000101001000110010010101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE13E; }

 p { color: rgb(187,225,62); }

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

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

 a { background-color: rgb(187,225,62); }

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

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

 span { border-color: rgb(187,225,62); }

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