Html Css Color HEX #BADB82 Sulu

📋 copy color: '#BADB82'

red 186 ◦ green 219 ◦ blue 130

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

Shades of Sulu #BADB82

Tints of Sulu #BADB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.3%

R = 34.77%
G = 40.93%
B = 24.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#BADB82 (or 0xBADB82) is known color: Sulu. HEX triplet: BA, DB and 82. RGB value is (186,219,130). Sum of RGB (Red+Green+Blue) = 186+219+130=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB82 is #45247D. Grayscale: #C7C7C7. Windows color (decimal): -4531326 or 8575930. OLE color: 8575930.

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

Color convert

RGB 186 219 130 -
CMYK 0.15 0 0.41 0.14
HSL 82.25º 0.55% 0.68% -
HSV(B) 82.25º 0.41% 0.86% -
XYZ 49.61 62.71 30.61 -
YUV 198.99 89.07 118.74 -
System Red Green Blue C M Y K H S L
Decimal 186 219 130 0.15 0 0.41 0.14 82.25 0.55 0.68
Hex BA DB 82 F 0 29 E 52 37 44
Octal 272 333 202 17 0 51 16 122 67 104
Binary 10111010 11011011 10000010 1111 0 101001 1110 1010010 110111 1000100

Color Harmonies of #BADB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB82

Black with #BADB82

Text Example


Text Example

White with #BADB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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