Html Css Color HEX #BADB8B Sulu

📋 copy color: '#BADB8B'

red 186 ◦ green 219 ◦ blue 139

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

Shades of Sulu #BADB8B

Tints of Sulu #BADB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.55%

R = 34.19%
G = 40.26%
B = 25.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#BADB8B (or 0xBADB8B) is known color: Sulu. HEX triplet: BA, DB and 8B. RGB value is (186,219,139). Sum of RGB (Red+Green+Blue) = 186+219+139=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB8B is #452474. Grayscale: #C8C8C8. Windows color (decimal): -4531317 or 9165754. OLE color: 9165754.

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

Color convert

RGB 186 219 139 -
CMYK 0.15 0 0.37 0.14
HSL 84.75º 0.53% 0.7% -
HSV(B) 84.75º 0.37% 0.86% -
XYZ 50.24 62.97 33.93 -
YUV 200.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 186 219 139 0.15 0 0.37 0.14 84.75 0.53 0.7
Hex BA DB 8B F 0 25 E 55 35 46
Octal 272 333 213 17 0 45 16 125 65 106
Binary 10111010 11011011 10001011 1111 0 100101 1110 1010101 110101 1000110

Color Harmonies of #BADB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB8B

Black with #BADB8B

Text Example


Text Example

White with #BADB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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