Html Css Color HEX #B9E13D Las Palmas

📋 copy color: '#B9E13D'

red 185 ◦ green 225 ◦ blue 61

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

Shades of Las Palmas #B9E13D

Tints of Las Palmas #B9E13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.95%

R = 39.28%
G = 47.77%
B = 12.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#B9E13D (or 0xB9E13D) is known color: Las Palmas. HEX triplet: B9, E1 and 3D. RGB value is (185,225,61). Sum of RGB (Red+Green+Blue) = 185+225+61=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E13D is #461EC2. Grayscale: #C2C2C2. Windows color (decimal): -4595395 or 4055481. OLE color: 4055481.

HSL color Cylindrical-coordinate representation of color #B9E13D: hue angle of 74.63º 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 #B9E13D is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 225 61 -
CMYK 0.18 0 0.73 0.12
HSL 74.63º 0.73% 0.56% -
HSV(B) 74.63º 0.73% 0.88% -
XYZ 47.78 64.5 14.35 -
YUV 194.34 52.75 121.34 -
System Red Green Blue C M Y K H S L
Decimal 185 225 61 0.18 0 0.73 0.12 74.63 0.73 0.56
Hex B9 E1 3D 12 0 49 C 4B 49 38
Octal 271 341 75 22 0 111 14 113 111 70
Binary 10111001 11100001 111101 10010 0 1001001 1100 1001011 1001001 111000

Color Harmonies of #B9E13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E13D

Black with #B9E13D

Text Example


Text Example

White with #B9E13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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