Html Css Color HEX #BADC70 Sulu

📋 copy color: '#BADC70'

red 186 ◦ green 220 ◦ blue 112

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

Shades of Sulu #BADC70

Tints of Sulu #BADC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.62%

R = 35.91%
G = 42.47%
B = 21.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#BADC70 (or 0xBADC70) is known color: Sulu. HEX triplet: BA, DC and 70. RGB value is (186,220,112). Sum of RGB (Red+Green+Blue) = 186+220+112=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC70 is #45238F. Grayscale: #C5C5C5. Windows color (decimal): -4531088 or 7396538. OLE color: 7396538.

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

Color convert

RGB 186 220 112 -
CMYK 0.15 0 0.49 0.14
HSL 78.89º 0.61% 0.65% -
HSV(B) 78.89º 0.49% 0.86% -
XYZ 48.77 62.8 24.88 -
YUV 197.52 79.74 119.78 -
System Red Green Blue C M Y K H S L
Decimal 186 220 112 0.15 0 0.49 0.14 78.89 0.61 0.65
Hex BA DC 70 F 0 31 E 4F 3D 41
Octal 272 334 160 17 0 61 16 117 75 101
Binary 10111010 11011100 1110000 1111 0 110001 1110 1001111 111101 1000001

Color Harmonies of #BADC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC70

Black with #BADC70

Text Example


Text Example

White with #BADC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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