Html Css Color HEX #B9DC73 Sulu

📋 copy color: '#B9DC73'

red 185 ◦ green 220 ◦ blue 115

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

Shades of Sulu #B9DC73

Tints of Sulu #B9DC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.12%

R = 35.58%
G = 42.31%
B = 22.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#B9DC73 (or 0xB9DC73) is known color: Sulu. HEX triplet: B9, DC and 73. RGB value is (185,220,115). Sum of RGB (Red+Green+Blue) = 185+220+115=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC73 is #46238C. Grayscale: #C5C5C5. Windows color (decimal): -4596621 or 7593145. OLE color: 7593145.

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

Color convert

RGB 185 220 115 -
CMYK 0.16 0 0.48 0.14
HSL 80º 0.6% 0.66% -
HSV(B) 80º 0.48% 0.86% -
XYZ 48.7 62.74 25.76 -
YUV 197.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 185 220 115 0.16 0 0.48 0.14 80 0.6 0.66
Hex B9 DC 73 10 0 30 E 50 3C 42
Octal 271 334 163 20 0 60 16 120 74 102
Binary 10111001 11011100 1110011 10000 0 110000 1110 1010000 111100 1000010

Color Harmonies of #B9DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC73

Black with #B9DC73

Text Example


Text Example

White with #B9DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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