Html Css Color HEX #B9E93C Las Palmas

📋 copy color: '#B9E93C'

red 185 ◦ green 233 ◦ blue 60

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

Shades of Las Palmas #B9E93C

Tints of Las Palmas #B9E93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.55%

R = 38.7%
G = 48.74%
B = 12.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#B9E93C (or 0xB9E93C) is known color: Las Palmas. HEX triplet: B9, E9 and 3C. RGB value is (185,233,60). Sum of RGB (Red+Green+Blue) = 185+233+60=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E93C is #4616C3. Grayscale: #C7C7C7. Windows color (decimal): -4593348 or 3991993. OLE color: 3991993.

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

Color convert

RGB 185 233 60 -
CMYK 0.21 0 0.74 0.09
HSL 76.65º 0.8% 0.57% -
HSV(B) 76.65º 0.74% 0.91% -
XYZ 49.96 68.92 14.94 -
YUV 198.93 49.6 118.07 -
System Red Green Blue C M Y K H S L
Decimal 185 233 60 0.21 0 0.74 0.09 76.65 0.8 0.57
Hex B9 E9 3C 15 0 4A 9 4D 50 39
Octal 271 351 74 25 0 112 11 115 120 71
Binary 10111001 11101001 111100 10101 0 1001010 1001 1001101 1010000 111001

Color Harmonies of #B9E93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E93C

Black with #B9E93C

Text Example


Text Example

White with #B9E93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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