Html Css Color HEX #B9E932 Las Palmas

📋 copy color: '#B9E932'

red 185 ◦ green 233 ◦ blue 50

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

Shades of Las Palmas #B9E932

Tints of Las Palmas #B9E932

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.79%

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

R = 39.53%
G = 49.79%
B = 10.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#B9E932 (or 0xB9E932) is known color: Las Palmas. HEX triplet: B9, E9 and 32. RGB value is (185,233,50). Sum of RGB (Red+Green+Blue) = 185+233+50=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E932 is #4616CD. Grayscale: #C6C6C6. Windows color (decimal): -4593358 or 3336633. OLE color: 3336633.

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

Color convert

RGB 185 233 50 -
CMYK 0.21 0 0.79 0.09
HSL 75.74º 0.81% 0.55% -
HSV(B) 75.74º 0.79% 0.91% -
XYZ 49.72 68.82 13.68 -
YUV 197.79 44.6 118.88 -
System Red Green Blue C M Y K H S L
Decimal 185 233 50 0.21 0 0.79 0.09 75.74 0.81 0.55
Hex B9 E9 32 15 0 4F 9 4C 51 37
Octal 271 351 62 25 0 117 11 114 121 67
Binary 10111001 11101001 110010 10101 0 1001111 1001 1001100 1010001 110111

Color Harmonies of #B9E932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E932

Black with #B9E932

Text Example


Text Example

White with #B9E932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E932; }

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

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

background-color css

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

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

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

border-color css

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

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

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