#B7D73A

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

Shades of Las Palmas #B7D73A

Tints of Las Palmas #B7D73A

Color information

#B7D73A (or 0xB7D73A) is unknown color: approx Las Palmas. HEX triplet: B7, D7 and 3A. RGB value is (183,215,58). Sum of RGB (Red+Green+Blue) = 183+215+58=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D73A is #4828C5. Grayscale: #BCBCBC. Windows color (decimal): -4729030 or 3856311. OLE color: 3856311.

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

Color convert

RGB18321558-
CMYK0.1500.730.16
HSL72.23º66.24%53.53%-
HSV(B)72.23º73.02%84.31%-
XYZ44.5958.9713.04-
YUV187.5354.9124.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 215 (84.38% from 255) = 47.15%
BLUE value IS 58 (23.05% from 255) = 12.72%
R=40.13%
G=47.15%
B=12.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183215580.1500.730.1672.2366.2453.53
HexB7D73AF04910484236
Octal267327721701112011010266
Binary10110111110101111110101111010010011000010010001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D73A; }

 p { color: rgb(183,215,58); }

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

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

 a { background-color: rgb(183,215,58); }

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

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

 span { border-color: rgb(183,215,58); }

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