Html Css Color HEX #B9D540 Las Palmas

📋 copy color: '#B9D540'

red 185 ◦ green 213 ◦ blue 64

#B9D540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #B9D540

Tints of Las Palmas #B9D540

RGB

 RED value IS 185 (72.66% from 255) = 40.04%

 GREEN value IS 213 (83.59% from 255) = 46.1%

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 40.04%
G = 46.1%
B = 13.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#B9D540 (or 0xB9D540) is known color: Las Palmas. HEX triplet: B9, D5 and 40. RGB value is (185,213,64). Sum of RGB (Red+Green+Blue) = 185+213+64=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D540 is #462ABF. Grayscale: #BCBCBC. Windows color (decimal): -4598464 or 4249017. OLE color: 4249017.

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

Color convert

RGB 185 213 64 -
CMYK 0.13 0 0.70 0.16
HSL 71.28º 0.64% 0.54% -
HSV(B) 71.28º 0.7% 0.84% -
XYZ 44.73 58.27 13.74 -
YUV 187.64 58.22 126.12 -
System Red Green Blue C M Y K H S L
Decimal 185 213 64 0.13 0 0.70 0.16 71.28 0.64 0.54
Hex B9 D5 40 D 0 46 10 47 40 36
Octal 271 325 100 15 0 106 20 107 100 66
Binary 10111001 11010101 1000000 1101 0 1000110 10000 1000111 1000000 110110

Color Harmonies of #B9D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D540

Black with #B9D540

Text Example


Text Example

White with #B9D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D540; }

 p { color: rgb(185,213,64); }

 H1.HeaderClassName
 {
   color: #B9D540;
 }
 .AnyTagClassName
 {
   color: #B9D540;
 }
</style>

background-color css

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

 a { background-color: rgb(185,213,64); }

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

border-color css

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

 span { border-color: rgb(185,213,64); }

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