Html Css Color HEX #B9D63A Las Palmas

📋 copy color: '#B9D63A'

red 185 ◦ green 214 ◦ blue 58

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

Shades of Las Palmas #B9D63A

Tints of Las Palmas #B9D63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.83%

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

R = 40.48%
G = 46.83%
B = 12.69%

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

#B9D63A (or 0xB9D63A) is known color: Las Palmas. HEX triplet: B9, D6 and 3A. RGB value is (185,214,58). Sum of RGB (Red+Green+Blue) = 185+214+58=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D63A is #4629C5. Grayscale: #BCBCBC. Windows color (decimal): -4598214 or 3856057. OLE color: 3856057.

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

Color convert

RGB 185 214 58 -
CMYK 0.14 0 0.73 0.16
HSL 71.15º 0.66% 0.53% -
HSV(B) 71.15º 0.73% 0.84% -
XYZ 44.82 58.71 12.97 -
YUV 187.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 185 214 58 0.14 0 0.73 0.16 71.15 0.66 0.53
Hex B9 D6 3A E 0 49 10 47 42 35
Octal 271 326 72 16 0 111 20 107 102 65
Binary 10111001 11010110 111010 1110 0 1001001 10000 1000111 1000010 110101

Color Harmonies of #B9D63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D63A

Black with #B9D63A

Text Example


Text Example

White with #B9D63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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