Html Css Color HEX #BADF76 Sulu

📋 copy color: '#BADF76'

red 186 ◦ green 223 ◦ blue 118

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

Shades of Sulu #BADF76

Tints of Sulu #BADF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.31%

 BLUE value IS 118 (46.48% from 255) = 22.39%

R = 35.29%
G = 42.31%
B = 22.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BADF76 (or 0xBADF76) is known color: Sulu. HEX triplet: BA, DF and 76. RGB value is (186,223,118). Sum of RGB (Red+Green+Blue) = 186+223+118=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF76 is #452089. Grayscale: #C8C8C8. Windows color (decimal): -4530314 or 7790522. OLE color: 7790522.

HSL color Cylindrical-coordinate representation of color #BADF76: hue angle of 81.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BADF76 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 118 -
CMYK 0.17 0 0.47 0.13
HSL 81.14º 0.62% 0.67% -
HSV(B) 81.14º 0.47% 0.87% -
XYZ 49.91 64.52 26.96 -
YUV 199.97 81.74 118.04 -
System Red Green Blue C M Y K H S L
Decimal 186 223 118 0.17 0 0.47 0.13 81.14 0.62 0.67
Hex BA DF 76 11 0 2F D 51 3E 43
Octal 272 337 166 21 0 57 15 121 76 103
Binary 10111010 11011111 1110110 10001 0 101111 1101 1010001 111110 1000011

Color Harmonies of #BADF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF76

Black with #BADF76

Text Example


Text Example

White with #BADF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF76; }

 p { color: rgb(186,223,118); }

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

background-color css

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

 a { background-color: rgb(186,223,118); }

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

border-color css

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

 span { border-color: rgb(186,223,118); }

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