Html Css Color HEX #ADC022 Bahia

📋 copy color: '#ADC022'

red 173 ◦ green 192 ◦ blue 34

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

Shades of Bahia #ADC022

Tints of Bahia #ADC022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.52%

R = 43.36%
G = 48.12%
B = 8.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#ADC022 (or 0xADC022) is known color: Bahia. HEX triplet: AD, C0 and 22. RGB value is (173,192,34). Sum of RGB (Red+Green+Blue) = 173+192+34=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC022 is #523FDD. Grayscale: #A8A8A8. Windows color (decimal): -5390302 or 2277549. OLE color: 2277549.

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

Color convert

RGB 173 192 34 -
CMYK 0.10 0 0.82 0.25
HSL 67.22º 0.7% 0.44% -
HSV(B) 67.22º 0.82% 0.75% -
XYZ 36.37 46.7 8.61 -
YUV 168.31 52.21 131.35 -
System Red Green Blue C M Y K H S L
Decimal 173 192 34 0.10 0 0.82 0.25 67.22 0.7 0.44
Hex AD C0 22 A 0 52 19 43 46 2C
Octal 255 300 42 12 0 122 31 103 106 54
Binary 10101101 11000000 100010 1010 0 1010010 11001 1000011 1000110 101100

Color Harmonies of #ADC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC022

Black with #ADC022

Text Example


Text Example

White with #ADC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC022; }

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

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

background-color css

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

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

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

border-color css

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

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

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