Html Css Color HEX #B9EA32 Las Palmas

📋 copy color: '#B9EA32'

red 185 ◦ green 234 ◦ blue 50

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

Shades of Las Palmas #B9EA32

Tints of Las Palmas #B9EA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.89%

 BLUE value IS 50 (19.92% from 255) = 10.66%

R = 39.45%
G = 49.89%
B = 10.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#B9EA32 (or 0xB9EA32) is known color: Las Palmas. HEX triplet: B9, EA and 32. RGB value is (185,234,50). Sum of RGB (Red+Green+Blue) = 185+234+50=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EA32 is #4615CD. Grayscale: #C7C7C7. Windows color (decimal): -4593102 or 3336889. OLE color: 3336889.

HSL color Cylindrical-coordinate representation of color #B9EA32: hue angle of 75.98º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9EA32 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 234 50 -
CMYK 0.21 0 0.79 0.08
HSL 75.98º 0.81% 0.56% -
HSV(B) 75.98º 0.79% 0.92% -
XYZ 50.01 69.39 13.78 -
YUV 198.37 44.27 118.46 -
System Red Green Blue C M Y K H S L
Decimal 185 234 50 0.21 0 0.79 0.08 75.98 0.81 0.56
Hex B9 EA 32 15 0 4F 8 4C 51 38
Octal 271 352 62 25 0 117 10 114 121 70
Binary 10111001 11101010 110010 10101 0 1001111 1000 1001100 1010001 111000

Color Harmonies of #B9EA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EA32

Black with #B9EA32

Text Example


Text Example

White with #B9EA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EA32; }

 p { color: rgb(185,234,50); }

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

background-color css

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

 a { background-color: rgb(185,234,50); }

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

border-color css

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

 span { border-color: rgb(185,234,50); }

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