Html Css Color HEX #ADC814 Bahia

📋 copy color: '#ADC814'

red 173 ◦ green 200 ◦ blue 20

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

Shades of Bahia #ADC814

Tints of Bahia #ADC814

RGB

 RED value IS 173 (67.97% from 255) = 44.02%

 GREEN value IS 200 (78.52% from 255) = 50.89%

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 44.02%
G = 50.89%
B = 5.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#ADC814 (or 0xADC814) is known color: Bahia. HEX triplet: AD, C8 and 14. RGB value is (173,200,20). Sum of RGB (Red+Green+Blue) = 173+200+20=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC814 is #5237EB. Grayscale: #ACACAC. Windows color (decimal): -5388268 or 1362093. OLE color: 1362093.

HSL color Cylindrical-coordinate representation of color #ADC814: hue angle of 69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADC814 is Cyan = 0.14, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 20 -
CMYK 0.14 0 0.9 0.22
HSL 69º 0.82% 0.43% -
HSV(B) 69º 0.9% 0.78% -
XYZ 38.01 50.24 8.36 -
YUV 171.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 173 200 20 0.14 0 0.9 0.22 69 0.82 0.43
Hex AD C8 14 E 0 5A 16 45 52 2B
Octal 255 310 24 16 0 132 26 105 122 53
Binary 10101101 11001000 10100 1110 0 1011010 10110 1000101 1010010 101011

Color Harmonies of #ADC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC814

Black with #ADC814

Text Example


Text Example

White with #ADC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC814; }

 p { color: rgb(173,200,20); }

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

background-color css

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

 a { background-color: rgb(173,200,20); }

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

border-color css

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

 span { border-color: rgb(173,200,20); }

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