Html Css Color HEX #B9D53A Las Palmas

📋 copy color: '#B9D53A'

red 185 ◦ green 213 ◦ blue 58

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

Shades of Las Palmas #B9D53A

Tints of Las Palmas #B9D53A

RGB

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

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

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

R = 40.57%
G = 46.71%
B = 12.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#B9D53A (or 0xB9D53A) is known color: Las Palmas. HEX triplet: B9, D5 and 3A. RGB value is (185,213,58). Sum of RGB (Red+Green+Blue) = 185+213+58=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D53A is #462AC5. Grayscale: #BBBBBB. Windows color (decimal): -4598470 or 3855801. OLE color: 3855801.

HSL color Cylindrical-coordinate representation of color #B9D53A: hue angle of 70.84º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9D53A is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 213 58 -
CMYK 0.13 0 0.73 0.16
HSL 70.84º 0.65% 0.53% -
HSV(B) 70.84º 0.73% 0.84% -
XYZ 44.57 58.21 12.89 -
YUV 186.96 55.22 126.6 -
System Red Green Blue C M Y K H S L
Decimal 185 213 58 0.13 0 0.73 0.16 70.84 0.65 0.53
Hex B9 D5 3A D 0 49 10 47 41 35
Octal 271 325 72 15 0 111 20 107 101 65
Binary 10111001 11010101 111010 1101 0 1001001 10000 1000111 1000001 110101

Color Harmonies of #B9D53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D53A

Black with #B9D53A

Text Example


Text Example

White with #B9D53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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