Html Css Color HEX #ADCC22 Bahia

📋 copy color: '#ADCC22'

red 173 ◦ green 204 ◦ blue 34

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

Shades of Bahia #ADCC22

Tints of Bahia #ADCC22

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

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

R = 42.09%
G = 49.64%
B = 8.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#ADCC22 (or 0xADCC22) is known color: Bahia. HEX triplet: AD, CC and 22. RGB value is (173,204,34). Sum of RGB (Red+Green+Blue) = 173+204+34=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC22 is #5233DD. Grayscale: #B0B0B0. Windows color (decimal): -5387230 or 2280621. OLE color: 2280621.

HSL color Cylindrical-coordinate representation of color #ADCC22: hue angle of 70.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADCC22 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 34 -
CMYK 0.15 0 0.83 0.2
HSL 70.94º 0.71% 0.47% -
HSV(B) 70.94º 0.83% 0.8% -
XYZ 39.12 52.19 9.52 -
YUV 175.35 48.23 126.32 -
System Red Green Blue C M Y K H S L
Decimal 173 204 34 0.15 0 0.83 0.2 70.94 0.71 0.47
Hex AD CC 22 F 0 53 14 47 47 2F
Octal 255 314 42 17 0 123 24 107 107 57
Binary 10101101 11001100 100010 1111 0 1010011 10100 1000111 1000111 101111

Color Harmonies of #ADCC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC22

Black with #ADCC22

Text Example


Text Example

White with #ADCC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC22; }

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

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

background-color css

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

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

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

border-color css

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

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

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