Html Css Color HEX #B9E13A Las Palmas

📋 copy color: '#B9E13A'

red 185 ◦ green 225 ◦ blue 58

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

Shades of Las Palmas #B9E13A

Tints of Las Palmas #B9E13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.08%

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

R = 39.53%
G = 48.08%
B = 12.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#B9E13A (or 0xB9E13A) is known color: Las Palmas. HEX triplet: B9, E1 and 3A. RGB value is (185,225,58). Sum of RGB (Red+Green+Blue) = 185+225+58=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 58 (23.05% from 255 or 12.39% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E13A is #461EC5. Grayscale: #C2C2C2. Windows color (decimal): -4595398 or 3858873. OLE color: 3858873.

HSL color Cylindrical-coordinate representation of color #B9E13A: hue angle of 74.37º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9E13A is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 225 58 -
CMYK 0.18 0 0.74 0.12
HSL 74.37º 0.74% 0.55% -
HSV(B) 74.37º 0.74% 0.88% -
XYZ 47.7 64.47 13.93 -
YUV 194 51.25 121.58 -
System Red Green Blue C M Y K H S L
Decimal 185 225 58 0.18 0 0.74 0.12 74.37 0.74 0.55
Hex B9 E1 3A 12 0 4A C 4A 4A 37
Octal 271 341 72 22 0 112 14 112 112 67
Binary 10111001 11100001 111010 10010 0 1001010 1100 1001010 1001010 110111

Color Harmonies of #B9E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E13A

Black with #B9E13A

Text Example


Text Example

White with #B9E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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