Html Css Color HEX #B9E13F Las Palmas

📋 copy color: '#B9E13F'

red 185 ◦ green 225 ◦ blue 63

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

Shades of Las Palmas #B9E13F

Tints of Las Palmas #B9E13F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

 BLUE value IS 63 (25% from 255) = 13.32%

R = 39.11%
G = 47.57%
B = 13.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#B9E13F (or 0xB9E13F) is known color: Las Palmas. HEX triplet: B9, E1 and 3F. RGB value is (185,225,63). Sum of RGB (Red+Green+Blue) = 185+225+63=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E13F is #461EC0. Grayscale: #C3C3C3. Windows color (decimal): -4595393 or 4186553. OLE color: 4186553.

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

Color convert

RGB 185 225 63 -
CMYK 0.18 0 0.72 0.12
HSL 74.81º 0.73% 0.56% -
HSV(B) 74.81º 0.72% 0.88% -
XYZ 47.83 64.52 14.64 -
YUV 194.57 53.75 121.17 -
System Red Green Blue C M Y K H S L
Decimal 185 225 63 0.18 0 0.72 0.12 74.81 0.73 0.56
Hex B9 E1 3F 12 0 48 C 4B 49 38
Octal 271 341 77 22 0 110 14 113 111 70
Binary 10111001 11100001 111111 10010 0 1001000 1100 1001011 1001001 111000

Color Harmonies of #B9E13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E13F

Black with #B9E13F

Text Example


Text Example

White with #B9E13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E13F; }

 p { color: rgb(185,225,63); }

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

background-color css

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

 a { background-color: rgb(185,225,63); }

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

border-color css

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

 span { border-color: rgb(185,225,63); }

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