#BBD63A

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

Shades of Las Palmas #BBD63A

Tints of Las Palmas #BBD63A

Color information

#BBD63A (or 0xBBD63A) is unknown color: approx Las Palmas. HEX triplet: BB, D6 and 3A. RGB value is (187,214,58). Sum of RGB (Red+Green+Blue) = 187+214+58=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD63A is #4429C5. Grayscale: #BCBCBC. Windows color (decimal): -4467142 or 3856059. OLE color: 3856059.

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

Color convert

RGB18721458-
CMYK0.1300.730.16
HSL70.38º65.55%53.33%-
HSV(B)70.38º72.9%83.92%-
XYZ45.358.9613-
YUV188.1454.55127.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 214 (83.98% from 255) = 46.62%
BLUE value IS 58 (23.05% from 255) = 12.64%
R=40.74%
G=46.62%
B=12.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal187214580.1300.730.1670.3865.5553.33
HexBBD63AD04910464235
Octal273326721501112010610265
Binary10111011110101101110101101010010011000010001101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD63A; }

 p { color: rgb(187,214,58); }

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

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

 a { background-color: rgb(187,214,58); }

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

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

 span { border-color: rgb(187,214,58); }

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