Html Css Color HEX #BADC8B Sulu

📋 copy color: '#BADC8B'

red 186 ◦ green 220 ◦ blue 139

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

Shades of Sulu #BADC8B

Tints of Sulu #BADC8B

RGB

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

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

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

R = 34.13%
G = 40.37%
B = 25.5%

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

#BADC8B (or 0xBADC8B) is known color: Sulu. HEX triplet: BA, DC and 8B. RGB value is (186,220,139). Sum of RGB (Red+Green+Blue) = 186+220+139=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC8B is #452374. Grayscale: #C8C8C8. Windows color (decimal): -4531061 or 9166010. OLE color: 9166010.

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

Color convert

RGB 186 220 139 -
CMYK 0.15 0 0.37 0.14
HSL 85.19º 0.54% 0.7% -
HSV(B) 85.19º 0.37% 0.86% -
XYZ 50.5 63.49 34.02 -
YUV 200.6 93.24 117.59 -
System Red Green Blue C M Y K H S L
Decimal 186 220 139 0.15 0 0.37 0.14 85.19 0.54 0.7
Hex BA DC 8B F 0 25 E 55 36 46
Octal 272 334 213 17 0 45 16 125 66 106
Binary 10111010 11011100 10001011 1111 0 100101 1110 1010101 110110 1000110

Color Harmonies of #BADC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC8B

Black with #BADC8B

Text Example


Text Example

White with #BADC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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