Html Css Color HEX #ADB214 Bahia

📋 copy color: '#ADB214'

red 173 ◦ green 178 ◦ blue 20

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

Shades of Bahia #ADB214

Tints of Bahia #ADB214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.39%

R = 46.63%
G = 47.98%
B = 5.39%

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

#ADB214 (or 0xADB214) is known color: Bahia. HEX triplet: AD, B2 and 14. RGB value is (173,178,20). Sum of RGB (Red+Green+Blue) = 173+178+20=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB214 is #524DEB. Grayscale: #9F9F9F. Windows color (decimal): -5393900 or 1356461. OLE color: 1356461.

HSL color Cylindrical-coordinate representation of color #ADB214: hue angle of 61.9º degrees, saturation: 0.8, 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 #ADB214 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 20 -
CMYK 0.03 0 0.89 0.30
HSL 61.9º 0.8% 0.39% -
HSV(B) 61.9º 0.89% 0.7% -
XYZ 33.28 40.78 6.78 -
YUV 158.49 49.84 138.35 -
System Red Green Blue C M Y K H S L
Decimal 173 178 20 0.03 0 0.89 0.30 61.9 0.8 0.39
Hex AD B2 14 3 0 59 1E 3E 50 27
Octal 255 262 24 3 0 131 36 76 120 47
Binary 10101101 10110010 10100 11 0 1011001 11110 111110 1010000 100111

Color Harmonies of #ADB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB214

Black with #ADB214

Text Example


Text Example

White with #ADB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB214; }

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

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

background-color css

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

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

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

border-color css

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

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

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