Html Css Color HEX #B9D73A Las Palmas

📋 copy color: '#B9D73A'

red 185 ◦ green 215 ◦ blue 58

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

Shades of Las Palmas #B9D73A

Tints of Las Palmas #B9D73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.94%

 BLUE value IS 58 (23.05% from 255) = 12.66%

R = 40.39%
G = 46.94%
B = 12.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#B9D73A (or 0xB9D73A) is known color: Las Palmas. HEX triplet: B9, D7 and 3A. RGB value is (185,215,58). Sum of RGB (Red+Green+Blue) = 185+215+58=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D73A is #4628C5. Grayscale: #BCBCBC. Windows color (decimal): -4597958 or 3856313. OLE color: 3856313.

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

Color convert

RGB 185 215 58 -
CMYK 0.14 0 0.73 0.16
HSL 71.46º 0.66% 0.54% -
HSV(B) 71.46º 0.73% 0.84% -
XYZ 45.07 59.22 13.06 -
YUV 188.13 54.56 125.77 -
System Red Green Blue C M Y K H S L
Decimal 185 215 58 0.14 0 0.73 0.16 71.46 0.66 0.54
Hex B9 D7 3A E 0 49 10 47 42 36
Octal 271 327 72 16 0 111 20 107 102 66
Binary 10111001 11010111 111010 1110 0 1001001 10000 1000111 1000010 110110

Color Harmonies of #B9D73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D73A

Black with #B9D73A

Text Example


Text Example

White with #B9D73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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