Html Css Color HEX #BADC8D Sulu

📋 copy color: '#BADC8D'

red 186 ◦ green 220 ◦ blue 141

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

Shades of Sulu #BADC8D

Tints of Sulu #BADC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 34%
G = 40.22%
B = 25.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#BADC8D (or 0xBADC8D) is known color: Sulu. HEX triplet: BA, DC and 8D. RGB value is (186,220,141). Sum of RGB (Red+Green+Blue) = 186+220+141=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC8D is #452372. Grayscale: #C9C9C9. Windows color (decimal): -4531059 or 9297082. OLE color: 9297082.

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

Color convert

RGB 186 220 141 -
CMYK 0.15 0 0.36 0.14
HSL 85.82º 0.53% 0.71% -
HSV(B) 85.82º 0.36% 0.86% -
XYZ 50.65 63.55 34.8 -
YUV 200.83 94.24 117.42 -
System Red Green Blue C M Y K H S L
Decimal 186 220 141 0.15 0 0.36 0.14 85.82 0.53 0.71
Hex BA DC 8D F 0 24 E 56 35 47
Octal 272 334 215 17 0 44 16 126 65 107
Binary 10111010 11011100 10001101 1111 0 100100 1110 1010110 110101 1000111

Color Harmonies of #BADC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC8D

Black with #BADC8D

Text Example


Text Example

White with #BADC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC8D; }

 p { color: rgb(186,220,141); }

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

background-color css

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

 a { background-color: rgb(186,220,141); }

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

border-color css

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

 span { border-color: rgb(186,220,141); }

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