Html Css Color HEX #B9E03C Las Palmas

📋 copy color: '#B9E03C'

red 185 ◦ green 224 ◦ blue 60

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

Shades of Las Palmas #B9E03C

Tints of Las Palmas #B9E03C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.76%

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

R = 39.45%
G = 47.76%
B = 12.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#B9E03C (or 0xB9E03C) is known color: Las Palmas. HEX triplet: B9, E0 and 3C. RGB value is (185,224,60). Sum of RGB (Red+Green+Blue) = 185+224+60=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E03C is #461FC3. Grayscale: #C2C2C2. Windows color (decimal): -4595652 or 3989689. OLE color: 3989689.

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

Color convert

RGB 185 224 60 -
CMYK 0.17 0 0.73 0.12
HSL 74.27º 0.73% 0.56% -
HSV(B) 74.27º 0.73% 0.88% -
XYZ 47.48 63.95 14.12 -
YUV 193.64 52.58 121.84 -
System Red Green Blue C M Y K H S L
Decimal 185 224 60 0.17 0 0.73 0.12 74.27 0.73 0.56
Hex B9 E0 3C 11 0 49 C 4A 49 38
Octal 271 340 74 21 0 111 14 112 111 70
Binary 10111001 11100000 111100 10001 0 1001001 1100 1001010 1001001 111000

Color Harmonies of #B9E03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E03C

Black with #B9E03C

Text Example


Text Example

White with #B9E03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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