Html Css Color HEX #B9DC38 Las Palmas

📋 copy color: '#B9DC38'

red 185 ◦ green 220 ◦ blue 56

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

Shades of Las Palmas #B9DC38

Tints of Las Palmas #B9DC38

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 56 (22.27% from 255) = 12.15%

R = 40.13%
G = 47.72%
B = 12.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#B9DC38 (or 0xB9DC38) is known color: Las Palmas. HEX triplet: B9, DC and 38. RGB value is (185,220,56). Sum of RGB (Red+Green+Blue) = 185+220+56=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC38 is #4623C7. Grayscale: #BFBFBF. Windows color (decimal): -4596680 or 3726521. OLE color: 3726521.

HSL color Cylindrical-coordinate representation of color #B9DC38: hue angle of 72.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9DC38 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 56 -
CMYK 0.16 0 0.75 0.14
HSL 72.8º 0.7% 0.54% -
HSV(B) 72.8º 0.75% 0.86% -
XYZ 46.31 61.79 13.23 -
YUV 190.84 51.9 123.84 -
System Red Green Blue C M Y K H S L
Decimal 185 220 56 0.16 0 0.75 0.14 72.8 0.7 0.54
Hex B9 DC 38 10 0 4B E 49 46 36
Octal 271 334 70 20 0 113 16 111 106 66
Binary 10111001 11011100 111000 10000 0 1001011 1110 1001001 1000110 110110

Color Harmonies of #B9DC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC38

Black with #B9DC38

Text Example


Text Example

White with #B9DC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC38; }

 p { color: rgb(185,220,56); }

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

background-color css

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

 a { background-color: rgb(185,220,56); }

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

border-color css

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

 span { border-color: rgb(185,220,56); }

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