#BBDC35

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

Shades of Las Palmas #BBDC35

Tints of Las Palmas #BBDC35

Color information

#BBDC35 (or 0xBBDC35) is unknown color: approx Las Palmas. HEX triplet: BB, DC and 35. RGB value is (187,220,53). Sum of RGB (Red+Green+Blue) = 187+220+53=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC35 is #4423CA. Grayscale: #BFBFBF. Windows color (decimal): -4465611 or 3529915. OLE color: 3529915.

HSL color Cylindrical-coordinate representation of color #BBDC35: hue angle of 71.86º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBDC35 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB18722053-
CMYK0.1500.760.14
HSL71.86º70.46%53.53%-
HSV(B)71.86º75.91%86.27%-
XYZ46.7362.0112.87-
YUV191.150.07125.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 220 (86.33% from 255) = 47.83%
BLUE value IS 53 (21.09% from 255) = 11.52%
R=40.65%
G=47.83%
B=11.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187220530.1500.760.1471.8670.4653.53
HexBBDC35F04CE484636
Octal273334651701141611010666
Binary1011101111011100110101111101001100111010010001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC35; }

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

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

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

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

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

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

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

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