Html Css Color HEX #B9E935 Las Palmas

📋 copy color: '#B9E935'

red 185 ◦ green 233 ◦ blue 53

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

Shades of Las Palmas #B9E935

Tints of Las Palmas #B9E935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.25%

R = 39.28%
G = 49.47%
B = 11.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#B9E935 (or 0xB9E935) is known color: Las Palmas. HEX triplet: B9, E9 and 35. RGB value is (185,233,53). Sum of RGB (Red+Green+Blue) = 185+233+53=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E935 is #4616CA. Grayscale: #C6C6C6. Windows color (decimal): -4593355 or 3533241. OLE color: 3533241.

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

Color convert

RGB 185 233 53 -
CMYK 0.21 0 0.77 0.09
HSL 76º 0.8% 0.56% -
HSV(B) 76º 0.77% 0.91% -
XYZ 49.79 68.85 14.03 -
YUV 198.13 46.1 118.64 -
System Red Green Blue C M Y K H S L
Decimal 185 233 53 0.21 0 0.77 0.09 76 0.8 0.56
Hex B9 E9 35 15 0 4D 9 4C 50 38
Octal 271 351 65 25 0 115 11 114 120 70
Binary 10111001 11101001 110101 10101 0 1001101 1001 1001100 1010000 111000

Color Harmonies of #B9E935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E935

Black with #B9E935

Text Example


Text Example

White with #B9E935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E935; }

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

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

background-color css

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

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

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

border-color css

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

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

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