Html Css Color HEX #B9DC3F Las Palmas

📋 copy color: '#B9DC3F'

red 185 ◦ green 220 ◦ blue 63

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

Shades of Las Palmas #B9DC3F

Tints of Las Palmas #B9DC3F

RGB

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

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

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

R = 39.53%
G = 47.01%
B = 13.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#B9DC3F (or 0xB9DC3F) is known color: Las Palmas. HEX triplet: B9, DC and 3F. RGB value is (185,220,63). Sum of RGB (Red+Green+Blue) = 185+220+63=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC3F is #4623C0. Grayscale: #C0C0C0. Windows color (decimal): -4596673 or 4185273. OLE color: 4185273.

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

Color convert

RGB 185 220 63 -
CMYK 0.16 0 0.71 0.14
HSL 73.38º 0.69% 0.55% -
HSV(B) 73.38º 0.71% 0.86% -
XYZ 46.5 61.86 14.19 -
YUV 191.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 185 220 63 0.16 0 0.71 0.14 73.38 0.69 0.55
Hex B9 DC 3F 10 0 47 E 49 45 37
Octal 271 334 77 20 0 107 16 111 105 67
Binary 10111001 11011100 111111 10000 0 1000111 1110 1001001 1000101 110111

Color Harmonies of #B9DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC3F

Black with #B9DC3F

Text Example


Text Example

White with #B9DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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