Html Css Color HEX #B9D53B Las Palmas

📋 copy color: '#B9D53B'

red 185 ◦ green 213 ◦ blue 59

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

Shades of Las Palmas #B9D53B

Tints of Las Palmas #B9D53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.91%

R = 40.48%
G = 46.61%
B = 12.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#B9D53B (or 0xB9D53B) is known color: Las Palmas. HEX triplet: B9, D5 and 3B. RGB value is (185,213,59). Sum of RGB (Red+Green+Blue) = 185+213+59=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D53B is #462AC4. Grayscale: #BBBBBB. Windows color (decimal): -4598469 or 3921337. OLE color: 3921337.

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

Color convert

RGB 185 213 59 -
CMYK 0.13 0 0.72 0.16
HSL 70.91º 0.65% 0.53% -
HSV(B) 70.91º 0.72% 0.84% -
XYZ 44.59 58.22 13.02 -
YUV 187.07 55.72 126.52 -
System Red Green Blue C M Y K H S L
Decimal 185 213 59 0.13 0 0.72 0.16 70.91 0.65 0.53
Hex B9 D5 3B D 0 48 10 47 41 35
Octal 271 325 73 15 0 110 20 107 101 65
Binary 10111001 11010101 111011 1101 0 1001000 10000 1000111 1000001 110101

Color Harmonies of #B9D53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D53B

Black with #B9D53B

Text Example


Text Example

White with #B9D53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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