Html Css Color HEX #B9DD73 Sulu

📋 copy color: '#B9DD73'

red 185 ◦ green 221 ◦ blue 115

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

Shades of Sulu #B9DD73

Tints of Sulu #B9DD73

RGB

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

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

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

R = 35.51%
G = 42.42%
B = 22.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#B9DD73 (or 0xB9DD73) is known color: Sulu. HEX triplet: B9, DD and 73. RGB value is (185,221,115). Sum of RGB (Red+Green+Blue) = 185+221+115=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD73 is #46228C. Grayscale: #C6C6C6. Windows color (decimal): -4596365 or 7593401. OLE color: 7593401.

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

Color convert

RGB 185 221 115 -
CMYK 0.16 0 0.48 0.13
HSL 80.38º 0.61% 0.66% -
HSV(B) 80.38º 0.48% 0.87% -
XYZ 48.96 63.26 25.85 -
YUV 198.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 185 221 115 0.16 0 0.48 0.13 80.38 0.61 0.66
Hex B9 DD 73 10 0 30 D 50 3D 42
Octal 271 335 163 20 0 60 15 120 75 102
Binary 10111001 11011101 1110011 10000 0 110000 1101 1010000 111101 1000010

Color Harmonies of #B9DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD73

Black with #B9DD73

Text Example


Text Example

White with #B9DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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