#B8D641

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

Shades of Las Palmas #B8D641

Tints of Las Palmas #B8D641

Color information

#B8D641 (or 0xB8D641) is unknown color: approx Las Palmas. HEX triplet: B8, D6 and 41. RGB value is (184,214,65). Sum of RGB (Red+Green+Blue) = 184+214+65=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D641 is #4729BE. Grayscale: #BCBCBC. Windows color (decimal): -4663743 or 4314808. OLE color: 4314808.

HSL color Cylindrical-coordinate representation of color #B8D641: hue angle of 72.08º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8D641 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB18421465-
CMYK0.1400.700.16
HSL72.08º64.5%54.71%-
HSV(B)72.08º69.63%83.92%-
XYZ44.7758.6713.97-
YUV188.0458.56125.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 214 (83.98% from 255) = 46.22%
BLUE value IS 65 (25.78% from 255) = 14.04%
R=39.74%
G=46.22%
B=14.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184214650.1400.700.1672.0864.554.71
HexB8D641E04610484137
Octal2703261011601062011010167
Binary101110001101011010000011110010001101000010010001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D641; }

 p { color: rgb(184,214,65); }

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

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

 a { background-color: rgb(184,214,65); }

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

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

 span { border-color: rgb(184,214,65); }

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