Html Css Color HEX #BADB81 Sulu

📋 copy color: '#BADB81'

red 186 ◦ green 219 ◦ blue 129

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

Shades of Sulu #BADB81

Tints of Sulu #BADB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.16%

R = 34.83%
G = 41.01%
B = 24.16%

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

#BADB81 (or 0xBADB81) is known color: Sulu. HEX triplet: BA, DB and 81. RGB value is (186,219,129). Sum of RGB (Red+Green+Blue) = 186+219+129=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB81 is #45247E. Grayscale: #C7C7C7. Windows color (decimal): -4531327 or 8510394. OLE color: 8510394.

HSL color Cylindrical-coordinate representation of color #BADB81: hue angle of 82º degrees, saturation: 0.56, 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 #BADB81 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 129 -
CMYK 0.15 0 0.41 0.14
HSL 82º 0.56% 0.68% -
HSV(B) 82º 0.41% 0.86% -
XYZ 49.54 62.69 30.26 -
YUV 198.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 186 219 129 0.15 0 0.41 0.14 82 0.56 0.68
Hex BA DB 81 F 0 29 E 52 38 44
Octal 272 333 201 17 0 51 16 122 70 104
Binary 10111010 11011011 10000001 1111 0 101001 1110 1010010 111000 1000100

Color Harmonies of #BADB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB81

Black with #BADB81

Text Example


Text Example

White with #BADB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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