Html Css Color HEX #ADC021 Bahia

📋 copy color: '#ADC021'

red 173 ◦ green 192 ◦ blue 33

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

Shades of Bahia #ADC021

Tints of Bahia #ADC021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.24%

 BLUE value IS 33 (13.28% from 255) = 8.29%

R = 43.47%
G = 48.24%
B = 8.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#ADC021 (or 0xADC021) is known color: Bahia. HEX triplet: AD, C0 and 21. RGB value is (173,192,33). Sum of RGB (Red+Green+Blue) = 173+192+33=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC021 is #523FDE. Grayscale: #A8A8A8. Windows color (decimal): -5390303 or 2212013. OLE color: 2212013.

HSL color Cylindrical-coordinate representation of color #ADC021: hue angle of 67.17º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADC021 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 33 -
CMYK 0.10 0 0.83 0.25
HSL 67.17º 0.71% 0.44% -
HSV(B) 67.17º 0.83% 0.75% -
XYZ 36.36 46.69 8.54 -
YUV 168.19 51.71 131.43 -
System Red Green Blue C M Y K H S L
Decimal 173 192 33 0.10 0 0.83 0.25 67.17 0.71 0.44
Hex AD C0 21 A 0 53 19 43 47 2C
Octal 255 300 41 12 0 123 31 103 107 54
Binary 10101101 11000000 100001 1010 0 1010011 11001 1000011 1000111 101100

Color Harmonies of #ADC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC021

Black with #ADC021

Text Example


Text Example

White with #ADC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC021; }

 p { color: rgb(173,192,33); }

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

background-color css

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

 a { background-color: rgb(173,192,33); }

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

border-color css

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

 span { border-color: rgb(173,192,33); }

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