Html Css Color HEX #BAD77A Sulu

📋 copy color: '#BAD77A'

red 186 ◦ green 215 ◦ blue 122

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

Shades of Sulu #BAD77A

Tints of Sulu #BAD77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.33%

R = 35.56%
G = 41.11%
B = 23.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#BAD77A (or 0xBAD77A) is known color: Sulu. HEX triplet: BA, D7 and 7A. RGB value is (186,215,122). Sum of RGB (Red+Green+Blue) = 186+215+122=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD77A is #452885. Grayscale: #C4C4C4. Windows color (decimal): -4532358 or 8050618. OLE color: 8050618.

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

Color convert

RGB 186 215 122 -
CMYK 0.13 0 0.43 0.16
HSL 78.71º 0.54% 0.66% -
HSV(B) 78.71º 0.43% 0.84% -
XYZ 48.06 60.45 27.55 -
YUV 195.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 186 215 122 0.13 0 0.43 0.16 78.71 0.54 0.66
Hex BA D7 7A D 0 2B 10 4F 36 42
Octal 272 327 172 15 0 53 20 117 66 102
Binary 10111010 11010111 1111010 1101 0 101011 10000 1001111 110110 1000010

Color Harmonies of #BAD77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD77A

Black with #BAD77A

Text Example


Text Example

White with #BAD77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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