#BBE035

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

Shades of Las Palmas #BBE035

Tints of Las Palmas #BBE035

Color information

#BBE035 (or 0xBBE035) is unknown color: approx Las Palmas. HEX triplet: BB, E0 and 35. RGB value is (187,224,53). Sum of RGB (Red+Green+Blue) = 187+224+53=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 53 (21.09% from 255 or 11.42% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE035 is #441FCA. Grayscale: #C2C2C2. Windows color (decimal): -4464587 or 3530939. OLE color: 3530939.

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

Color convert

RGB18722453-
CMYK0.1700.760.12
HSL72.98º73.39%54.31%-
HSV(B)72.98º76.34%87.84%-
XYZ47.7964.1313.23-
YUV193.4448.74123.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 224 (87.89% from 255) = 48.28%
BLUE value IS 53 (21.09% from 255) = 11.42%
R=40.30%
G=48.28%
B=11.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal187224530.1700.760.1272.9873.3954.31
HexBBE0351104CC494936
Octal273340652101141411111166
Binary10111011111000001101011000101001100110010010011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE035; }

 p { color: rgb(187,224,53); }

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

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

 a { background-color: rgb(187,224,53); }

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

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

 span { border-color: rgb(187,224,53); }

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