Html Css Color HEX #BADB78 Sulu

📋 copy color: '#BADB78'

red 186 ◦ green 219 ◦ blue 120

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

Shades of Sulu #BADB78

Tints of Sulu #BADB78

RGB

 RED value IS 186 (73.05% from 255) = 35.43%

 GREEN value IS 219 (85.94% from 255) = 41.71%

 BLUE value IS 120 (47.27% from 255) = 22.86%

R = 35.43%
G = 41.71%
B = 22.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#BADB78 (or 0xBADB78) is known color: Sulu. HEX triplet: BA, DB and 78. RGB value is (186,219,120). Sum of RGB (Red+Green+Blue) = 186+219+120=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB78 is #452487. Grayscale: #C6C6C6. Windows color (decimal): -4531336 or 7920570. OLE color: 7920570.

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

Color convert

RGB 186 219 120 -
CMYK 0.15 0 0.45 0.14
HSL 80º 0.58% 0.66% -
HSV(B) 80º 0.45% 0.86% -
XYZ 48.97 62.46 27.24 -
YUV 197.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 186 219 120 0.15 0 0.45 0.14 80 0.58 0.66
Hex BA DB 78 F 0 2D E 50 3A 42
Octal 272 333 170 17 0 55 16 120 72 102
Binary 10111010 11011011 1111000 1111 0 101101 1110 1010000 111010 1000010

Color Harmonies of #BADB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB78

Black with #BADB78

Text Example


Text Example

White with #BADB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB78; }

 p { color: rgb(186,219,120); }

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

background-color css

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

 a { background-color: rgb(186,219,120); }

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

border-color css

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

 span { border-color: rgb(186,219,120); }

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