Html Css Color HEX #B9DD38 Las Palmas

📋 copy color: '#B9DD38'

red 185 ◦ green 221 ◦ blue 56

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

Shades of Las Palmas #B9DD38

Tints of Las Palmas #B9DD38

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.84%

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

R = 40.04%
G = 47.84%
B = 12.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#B9DD38 (or 0xB9DD38) is known color: Las Palmas. HEX triplet: B9, DD and 38. RGB value is (185,221,56). Sum of RGB (Red+Green+Blue) = 185+221+56=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 56 (22.27% from 255 or 12.12% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD38 is #4622C7. Grayscale: #C0C0C0. Windows color (decimal): -4596424 or 3726777. OLE color: 3726777.

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

Color convert

RGB 185 221 56 -
CMYK 0.16 0 0.75 0.13
HSL 73.09º 0.71% 0.54% -
HSV(B) 73.09º 0.75% 0.87% -
XYZ 46.58 62.31 13.31 -
YUV 191.43 51.57 123.42 -
System Red Green Blue C M Y K H S L
Decimal 185 221 56 0.16 0 0.75 0.13 73.09 0.71 0.54
Hex B9 DD 38 10 0 4B D 49 47 36
Octal 271 335 70 20 0 113 15 111 107 66
Binary 10111001 11011101 111000 10000 0 1001011 1101 1001001 1000111 110110

Color Harmonies of #B9DD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD38

Black with #B9DD38

Text Example


Text Example

White with #B9DD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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