Html Css Color HEX #BADC83 Sulu

📋 copy color: '#BADC83'

red 186 ◦ green 220 ◦ blue 131

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

Shades of Sulu #BADC83

Tints of Sulu #BADC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.39%

R = 34.64%
G = 40.97%
B = 24.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#BADC83 (or 0xBADC83) is known color: Sulu. HEX triplet: BA, DC and 83. RGB value is (186,220,131). Sum of RGB (Red+Green+Blue) = 186+220+131=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC83 is #45237C. Grayscale: #C8C8C8. Windows color (decimal): -4531069 or 8641722. OLE color: 8641722.

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

Color convert

RGB 186 220 131 -
CMYK 0.15 0 0.40 0.14
HSL 82.92º 0.56% 0.69% -
HSV(B) 82.92º 0.4% 0.86% -
XYZ 49.94 63.26 31.05 -
YUV 199.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 186 220 131 0.15 0 0.40 0.14 82.92 0.56 0.69
Hex BA DC 83 F 0 28 E 53 38 45
Octal 272 334 203 17 0 50 16 123 70 105
Binary 10111010 11011100 10000011 1111 0 101000 1110 1010011 111000 1000101

Color Harmonies of #BADC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC83

Black with #BADC83

Text Example


Text Example

White with #BADC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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