Html Css Color HEX #B8DC73 Sulu

📋 copy color: '#B8DC73'

red 184 ◦ green 220 ◦ blue 115

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

Shades of Sulu #B8DC73

Tints of Sulu #B8DC73

RGB

 RED value IS 184 (72.27% from 255) = 35.45%

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

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

R = 35.45%
G = 42.39%
B = 22.16%

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

#B8DC73 (or 0xB8DC73) is known color: Sulu. HEX triplet: B8, DC and 73. RGB value is (184,220,115). Sum of RGB (Red+Green+Blue) = 184+220+115=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC73 is #47238C. Grayscale: #C5C5C5. Windows color (decimal): -4662157 or 7593144. OLE color: 7593144.

HSL color Cylindrical-coordinate representation of color #B8DC73: hue angle of 80.57º 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 #B8DC73 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 115 -
CMYK 0.16 0 0.48 0.14
HSL 80.57º 0.6% 0.66% -
HSV(B) 80.57º 0.48% 0.86% -
XYZ 48.45 62.61 25.75 -
YUV 197.27 81.57 118.54 -
System Red Green Blue C M Y K H S L
Decimal 184 220 115 0.16 0 0.48 0.14 80.57 0.6 0.66
Hex B8 DC 73 10 0 30 E 51 3C 42
Octal 270 334 163 20 0 60 16 121 74 102
Binary 10111000 11011100 1110011 10000 0 110000 1110 1010001 111100 1000010

Color Harmonies of #B8DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC73

Black with #B8DC73

Text Example


Text Example

White with #B8DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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