Html Css Color HEX #ADB213 Bahia

📋 copy color: '#ADB213'

red 173 ◦ green 178 ◦ blue 19

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

Shades of Bahia #ADB213

Tints of Bahia #ADB213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.14%

R = 46.76%
G = 48.11%
B = 5.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#ADB213 (or 0xADB213) is known color: Bahia. HEX triplet: AD, B2 and 13. RGB value is (173,178,19). Sum of RGB (Red+Green+Blue) = 173+178+19=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB213 is #524DEC. Grayscale: #9F9F9F. Windows color (decimal): -5393901 or 1290925. OLE color: 1290925.

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

Color convert

RGB 173 178 19 -
CMYK 0.03 0 0.89 0.30
HSL 61.89º 0.81% 0.39% -
HSV(B) 61.89º 0.89% 0.7% -
XYZ 33.27 40.77 6.73 -
YUV 158.38 49.34 138.43 -
System Red Green Blue C M Y K H S L
Decimal 173 178 19 0.03 0 0.89 0.30 61.89 0.81 0.39
Hex AD B2 13 3 0 59 1E 3E 51 27
Octal 255 262 23 3 0 131 36 76 121 47
Binary 10101101 10110010 10011 11 0 1011001 11110 111110 1010001 100111

Color Harmonies of #ADB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB213

Black with #ADB213

Text Example


Text Example

White with #ADB213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB213; }

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

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

background-color css

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

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

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

border-color css

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

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

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