Html Css Color HEX #BADC72 Sulu

📋 copy color: '#BADC72'

red 186 ◦ green 220 ◦ blue 114

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

Shades of Sulu #BADC72

Tints of Sulu #BADC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.92%

R = 35.77%
G = 42.31%
B = 21.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#BADC72 (or 0xBADC72) is known color: Sulu. HEX triplet: BA, DC and 72. RGB value is (186,220,114). Sum of RGB (Red+Green+Blue) = 186+220+114=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC72 is #45238D. Grayscale: #C6C6C6. Windows color (decimal): -4531086 or 7527610. OLE color: 7527610.

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

Color convert

RGB 186 220 114 -
CMYK 0.15 0 0.48 0.14
HSL 79.25º 0.6% 0.65% -
HSV(B) 79.25º 0.48% 0.86% -
XYZ 48.88 62.84 25.47 -
YUV 197.75 80.74 119.62 -
System Red Green Blue C M Y K H S L
Decimal 186 220 114 0.15 0 0.48 0.14 79.25 0.6 0.65
Hex BA DC 72 F 0 30 E 4F 3C 41
Octal 272 334 162 17 0 60 16 117 74 101
Binary 10111010 11011100 1110010 1111 0 110000 1110 1001111 111100 1000001

Color Harmonies of #BADC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC72

Black with #BADC72

Text Example


Text Example

White with #BADC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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