Html Css Color HEX #BADC77 Sulu

📋 copy color: '#BADC77'

red 186 ◦ green 220 ◦ blue 119

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

Shades of Sulu #BADC77

Tints of Sulu #BADC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.67%

R = 35.43%
G = 41.9%
B = 22.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#BADC77 (or 0xBADC77) is known color: Sulu. HEX triplet: BA, DC and 77. RGB value is (186,220,119). Sum of RGB (Red+Green+Blue) = 186+220+119=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC77 is #452388. Grayscale: #C6C6C6. Windows color (decimal): -4531081 or 7855290. OLE color: 7855290.

HSL color Cylindrical-coordinate representation of color #BADC77: hue angle of 80.2º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BADC77 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 119 -
CMYK 0.15 0 0.46 0.14
HSL 80.2º 0.59% 0.66% -
HSV(B) 80.2º 0.46% 0.86% -
XYZ 49.17 62.96 27.01 -
YUV 198.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 186 220 119 0.15 0 0.46 0.14 80.2 0.59 0.66
Hex BA DC 77 F 0 2E E 50 3B 42
Octal 272 334 167 17 0 56 16 120 73 102
Binary 10111010 11011100 1110111 1111 0 101110 1110 1010000 111011 1000010

Color Harmonies of #BADC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC77

Black with #BADC77

Text Example


Text Example

White with #BADC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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