Html Css Color HEX #ADB72A Bahia

📋 copy color: '#ADB72A'

red 173 ◦ green 183 ◦ blue 42

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

Shades of Bahia #ADB72A

Tints of Bahia #ADB72A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.98%

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

R = 43.47%
G = 45.98%
B = 10.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#ADB72A (or 0xADB72A) is known color: Bahia. HEX triplet: AD, B7 and 2A. RGB value is (173,183,42). Sum of RGB (Red+Green+Blue) = 173+183+42=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB72A is #5248D5. Grayscale: #A4A4A4. Windows color (decimal): -5392598 or 2799533. OLE color: 2799533.

HSL color Cylindrical-coordinate representation of color #ADB72A: hue angle of 64.26º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADB72A is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 42 -
CMYK 0.05 0 0.77 0.28
HSL 64.26º 0.63% 0.44% -
HSV(B) 64.26º 0.77% 0.72% -
XYZ 34.58 42.92 8.65 -
YUV 163.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 173 183 42 0.05 0 0.77 0.28 64.26 0.63 0.44
Hex AD B7 2A 5 0 4D 1C 40 3F 2C
Octal 255 267 52 5 0 115 34 100 77 54
Binary 10101101 10110111 101010 101 0 1001101 11100 1000000 111111 101100

Color Harmonies of #ADB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB72A

Black with #ADB72A

Text Example


Text Example

White with #ADB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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