Html Css Color HEX #BADB88 Sulu

📋 copy color: '#BADB88'

red 186 ◦ green 219 ◦ blue 136

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

Shades of Sulu #BADB88

Tints of Sulu #BADB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.14%

R = 34.38%
G = 40.48%
B = 25.14%

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

#BADB88 (or 0xBADB88) is known color: Sulu. HEX triplet: BA, DB and 88. RGB value is (186,219,136). Sum of RGB (Red+Green+Blue) = 186+219+136=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB88 is #452477. Grayscale: #C7C7C7. Windows color (decimal): -4531320 or 8969146. OLE color: 8969146.

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

Color convert

RGB 186 219 136 -
CMYK 0.15 0 0.38 0.14
HSL 83.86º 0.54% 0.7% -
HSV(B) 83.86º 0.38% 0.86% -
XYZ 50.03 62.88 32.79 -
YUV 199.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 186 219 136 0.15 0 0.38 0.14 83.86 0.54 0.7
Hex BA DB 88 F 0 26 E 54 36 46
Octal 272 333 210 17 0 46 16 124 66 106
Binary 10111010 11011011 10001000 1111 0 100110 1110 1010100 110110 1000110

Color Harmonies of #BADB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB88

Black with #BADB88

Text Example


Text Example

White with #BADB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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