Html Css Color HEX #ADB222 Bahia

📋 copy color: '#ADB222'

red 173 ◦ green 178 ◦ blue 34

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

Shades of Bahia #ADB222

Tints of Bahia #ADB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.23%

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

R = 44.94%
G = 46.23%
B = 8.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#ADB222 (or 0xADB222) is known color: Bahia. HEX triplet: AD, B2 and 22. RGB value is (173,178,34). Sum of RGB (Red+Green+Blue) = 173+178+34=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB222 is #524DDD. Grayscale: #A0A0A0. Windows color (decimal): -5393886 or 2273965. OLE color: 2273965.

HSL color Cylindrical-coordinate representation of color #ADB222: hue angle of 62.08º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADB222 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 34 -
CMYK 0.03 0 0.81 0.30
HSL 62.08º 0.68% 0.42% -
HSV(B) 62.08º 0.81% 0.7% -
XYZ 33.44 40.84 7.63 -
YUV 160.09 56.84 137.21 -
System Red Green Blue C M Y K H S L
Decimal 173 178 34 0.03 0 0.81 0.30 62.08 0.68 0.42
Hex AD B2 22 3 0 51 1E 3E 44 2A
Octal 255 262 42 3 0 121 36 76 104 52
Binary 10101101 10110010 100010 11 0 1010001 11110 111110 1000100 101010

Color Harmonies of #ADB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB222

Black with #ADB222

Text Example


Text Example

White with #ADB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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