Html Css Color HEX #BADB87 Sulu

📋 copy color: '#BADB87'

red 186 ◦ green 219 ◦ blue 135

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

Shades of Sulu #BADB87

Tints of Sulu #BADB87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25%

R = 34.44%
G = 40.56%
B = 25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#BADB87 (or 0xBADB87) is known color: Sulu. HEX triplet: BA, DB and 87. RGB value is (186,219,135). Sum of RGB (Red+Green+Blue) = 186+219+135=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB87 is #452478. Grayscale: #C7C7C7. Windows color (decimal): -4531321 or 8903610. OLE color: 8903610.

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

Color convert

RGB 186 219 135 -
CMYK 0.15 0 0.38 0.14
HSL 83.57º 0.54% 0.69% -
HSV(B) 83.57º 0.38% 0.86% -
XYZ 49.95 62.85 32.42 -
YUV 199.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 186 219 135 0.15 0 0.38 0.14 83.57 0.54 0.69
Hex BA DB 87 F 0 26 E 54 36 45
Octal 272 333 207 17 0 46 16 124 66 105
Binary 10111010 11011011 10000111 1111 0 100110 1110 1010100 110110 1000101

Color Harmonies of #BADB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB87

Black with #BADB87

Text Example


Text Example

White with #BADB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB87; }

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

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

background-color css

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

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

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

border-color css

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

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

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