#B6D93E

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

Shades of Las Palmas #B6D93E

Tints of Las Palmas #B6D93E

Color information

#B6D93E (or 0xB6D93E) is unknown color: approx Las Palmas. HEX triplet: B6, D9 and 3E. RGB value is (182,217,62). Sum of RGB (Red+Green+Blue) = 182+217+62=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D93E is #4926C1. Grayscale: #BDBDBD. Windows color (decimal): -4794050 or 4118966. OLE color: 4118966.

HSL color Cylindrical-coordinate representation of color #B6D93E: hue angle of 73.55º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6D93E is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB18221762-
CMYK0.1600.710.15
HSL73.55º67.1%54.71%-
HSV(B)73.55º71.43%85.1%-
XYZ44.9759.9213.75-
YUV188.8656.4123.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.48%
GREEN value IS 217 (85.16% from 255) = 47.07%
BLUE value IS 62 (24.61% from 255) = 13.45%
R=39.48%
G=47.07%
B=13.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182217620.1600.710.1573.5567.154.71
HexB6D93E10047F4a4337
Octal266331762001071711210367
Binary10110110110110011111101000001000111111110010101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D93E; }

 p { color: rgb(182,217,62); }

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

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

 a { background-color: rgb(182,217,62); }

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

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

 span { border-color: rgb(182,217,62); }

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