Html Css Color HEX #ADB32A Bahia

📋 copy color: '#ADB32A'

red 173 ◦ green 179 ◦ blue 42

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

Shades of Bahia #ADB32A

Tints of Bahia #ADB32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.43%

 BLUE value IS 42 (16.8% from 255) = 10.66%

R = 43.91%
G = 45.43%
B = 10.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#ADB32A (or 0xADB32A) is known color: Bahia. HEX triplet: AD, B3 and 2A. RGB value is (173,179,42). Sum of RGB (Red+Green+Blue) = 173+179+42=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB32A is #524CD5. Grayscale: #A2A2A2. Windows color (decimal): -5393622 or 2798509. OLE color: 2798509.

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

Color convert

RGB 173 179 42 -
CMYK 0.03 0 0.77 0.30
HSL 62.63º 0.62% 0.43% -
HSV(B) 62.63º 0.77% 0.7% -
XYZ 33.77 41.29 8.38 -
YUV 161.59 60.51 136.14 -
System Red Green Blue C M Y K H S L
Decimal 173 179 42 0.03 0 0.77 0.30 62.63 0.62 0.43
Hex AD B3 2A 3 0 4D 1E 3F 3E 2B
Octal 255 263 52 3 0 115 36 77 76 53
Binary 10101101 10110011 101010 11 0 1001101 11110 111111 111110 101011

Color Harmonies of #ADB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB32A

Black with #ADB32A

Text Example


Text Example

White with #ADB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB32A; }

 p { color: rgb(173,179,42); }

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

background-color css

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

 a { background-color: rgb(173,179,42); }

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

border-color css

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

 span { border-color: rgb(173,179,42); }

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