Html Css Color HEX #BADB79 Sulu

📋 copy color: '#BADB79'

red 186 ◦ green 219 ◦ blue 121

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

Shades of Sulu #BADB79

Tints of Sulu #BADB79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23%

R = 35.36%
G = 41.63%
B = 23%

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

#BADB79 (or 0xBADB79) is known color: Sulu. HEX triplet: BA, DB and 79. RGB value is (186,219,121). Sum of RGB (Red+Green+Blue) = 186+219+121=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB79 is #452486. Grayscale: #C6C6C6. Windows color (decimal): -4531335 or 7986106. OLE color: 7986106.

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

Color convert

RGB 186 219 121 -
CMYK 0.15 0 0.45 0.14
HSL 80.2º 0.58% 0.67% -
HSV(B) 80.2º 0.45% 0.86% -
XYZ 49.03 62.48 27.57 -
YUV 197.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 186 219 121 0.15 0 0.45 0.14 80.2 0.58 0.67
Hex BA DB 79 F 0 2D E 50 3A 43
Octal 272 333 171 17 0 55 16 120 72 103
Binary 10111010 11011011 1111001 1111 0 101101 1110 1010000 111010 1000011

Color Harmonies of #BADB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB79

Black with #BADB79

Text Example


Text Example

White with #BADB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB79; }

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

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

background-color css

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

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

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

border-color css

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

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

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