Html Css Color HEX #B8DC72 Sulu

📋 copy color: '#B8DC72'

red 184 ◦ green 220 ◦ blue 114

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

Shades of Sulu #B8DC72

Tints of Sulu #B8DC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.01%

R = 35.52%
G = 42.47%
B = 22.01%

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

#B8DC72 (or 0xB8DC72) is known color: Sulu. HEX triplet: B8, DC and 72. RGB value is (184,220,114). Sum of RGB (Red+Green+Blue) = 184+220+114=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC72 is #47238D. Grayscale: #C5C5C5. Windows color (decimal): -4662158 or 7527608. OLE color: 7527608.

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

Color convert

RGB 184 220 114 -
CMYK 0.16 0 0.48 0.14
HSL 80.38º 0.6% 0.65% -
HSV(B) 80.38º 0.48% 0.86% -
XYZ 48.4 62.59 25.45 -
YUV 197.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 184 220 114 0.16 0 0.48 0.14 80.38 0.6 0.65
Hex B8 DC 72 10 0 30 E 50 3C 41
Octal 270 334 162 20 0 60 16 120 74 101
Binary 10111000 11011100 1110010 10000 0 110000 1110 1010000 111100 1000001

Color Harmonies of #B8DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC72

Black with #B8DC72

Text Example


Text Example

White with #B8DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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