Html Css Color HEX #BAD77E Sulu

📋 copy color: '#BAD77E'

red 186 ◦ green 215 ◦ blue 126

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

Shades of Sulu #BAD77E

Tints of Sulu #BAD77E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

 BLUE value IS 126 (49.61% from 255) = 23.91%

R = 35.29%
G = 40.8%
B = 23.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#BAD77E (or 0xBAD77E) is known color: Sulu. HEX triplet: BA, D7 and 7E. RGB value is (186,215,126). Sum of RGB (Red+Green+Blue) = 186+215+126=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD77E is #452881. Grayscale: #C4C4C4. Windows color (decimal): -4532354 or 8312762. OLE color: 8312762.

HSL color Cylindrical-coordinate representation of color #BAD77E: hue angle of 79.55º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAD77E is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 215 126 -
CMYK 0.13 0 0.41 0.16
HSL 79.55º 0.53% 0.67% -
HSV(B) 79.55º 0.41% 0.84% -
XYZ 48.32 60.55 28.88 -
YUV 196.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 186 215 126 0.13 0 0.41 0.16 79.55 0.53 0.67
Hex BA D7 7E D 0 29 10 50 35 43
Octal 272 327 176 15 0 51 20 120 65 103
Binary 10111010 11010111 1111110 1101 0 101001 10000 1010000 110101 1000011

Color Harmonies of #BAD77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD77E

Black with #BAD77E

Text Example


Text Example

White with #BAD77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD77E; }

 p { color: rgb(186,215,126); }

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

background-color css

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

 a { background-color: rgb(186,215,126); }

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

border-color css

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

 span { border-color: rgb(186,215,126); }

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