#B4D73E

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

Shades of Las Palmas #B4D73E

Tints of Las Palmas #B4D73E

Color information

#B4D73E (or 0xB4D73E) is unknown color: approx Las Palmas. HEX triplet: B4, D7 and 3E. RGB value is (180,215,62). Sum of RGB (Red+Green+Blue) = 180+215+62=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D73E is #4B28C1. Grayscale: #BBBBBB. Windows color (decimal): -4925634 or 4118452. OLE color: 4118452.

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

Color convert

RGB18021562-
CMYK0.1600.710.16
HSL73.73º65.67%54.31%-
HSV(B)73.73º71.16%84.31%-
XYZ43.9958.6513.56-
YUV187.0957.4122.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 215 (84.38% from 255) = 47.05%
BLUE value IS 62 (24.61% from 255) = 13.57%
R=39.39%
G=47.05%
B=13.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180215620.1600.710.1673.7365.6754.31
HexB4D73E10047104a4236
Octal264327762001072011210266
Binary101101001101011111111010000010001111000010010101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D73E; }

 p { color: rgb(180,215,62); }

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

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

 a { background-color: rgb(180,215,62); }

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

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

 span { border-color: rgb(180,215,62); }

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