Html Css Color HEX #B9EC3A Las Palmas

📋 copy color: '#B9EC3A'

red 185 ◦ green 236 ◦ blue 58

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

Shades of Las Palmas #B9EC3A

Tints of Las Palmas #B9EC3A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.27%

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

R = 38.62%
G = 49.27%
B = 12.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#B9EC3A (or 0xB9EC3A) is known color: Las Palmas. HEX triplet: B9, EC and 3A. RGB value is (185,236,58). Sum of RGB (Red+Green+Blue) = 185+236+58=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EC3A is #4613C5. Grayscale: #C9C9C9. Windows color (decimal): -4592582 or 3861689. OLE color: 3861689.

HSL color Cylindrical-coordinate representation of color #B9EC3A: hue angle of 77.19º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9EC3A is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 236 58 -
CMYK 0.22 0 0.75 0.07
HSL 77.19º 0.82% 0.58% -
HSV(B) 77.19º 0.75% 0.93% -
XYZ 50.77 70.61 14.96 -
YUV 200.46 47.6 116.97 -
System Red Green Blue C M Y K H S L
Decimal 185 236 58 0.22 0 0.75 0.07 77.19 0.82 0.58
Hex B9 EC 3A 16 0 4B 7 4D 52 3A
Octal 271 354 72 26 0 113 7 115 122 72
Binary 10111001 11101100 111010 10110 0 1001011 111 1001101 1010010 111010

Color Harmonies of #B9EC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EC3A

Black with #B9EC3A

Text Example


Text Example

White with #B9EC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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