#B8D73A

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

Shades of Las Palmas #B8D73A

Tints of Las Palmas #B8D73A

Color information

#B8D73A (or 0xB8D73A) is unknown color: approx Las Palmas. HEX triplet: B8, D7 and 3A. RGB value is (184,215,58). Sum of RGB (Red+Green+Blue) = 184+215+58=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D73A is #4728C5. Grayscale: #BCBCBC. Windows color (decimal): -4663494 or 3856312. OLE color: 3856312.

HSL color Cylindrical-coordinate representation of color #B8D73A: hue angle of 71.85º 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 #B8D73A is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB18421558-
CMYK0.1400.730.16
HSL71.85º66.24%53.53%-
HSV(B)71.85º73.02%84.31%-
XYZ44.8359.113.05-
YUV187.8354.73125.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 215 (84.38% from 255) = 47.05%
BLUE value IS 58 (23.05% from 255) = 12.69%
R=40.26%
G=47.05%
B=12.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184215580.1400.730.1671.8566.2453.53
HexB8D73AE04910484236
Octal270327721601112011010266
Binary10111000110101111110101110010010011000010010001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D73A; }

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

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

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

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

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

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

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

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