Html Css Color HEX #ADB712 Bahia

📋 copy color: '#ADB712'

red 173 ◦ green 183 ◦ blue 18

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

Shades of Bahia #ADB712

Tints of Bahia #ADB712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 46.26%
G = 48.93%
B = 4.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#ADB712 (or 0xADB712) is known color: Bahia. HEX triplet: AD, B7 and 12. RGB value is (173,183,18). Sum of RGB (Red+Green+Blue) = 173+183+18=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB712 is #5248ED. Grayscale: #A1A1A1. Windows color (decimal): -5392622 or 1226669. OLE color: 1226669.

HSL color Cylindrical-coordinate representation of color #ADB712: hue angle of 63.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADB712 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 18 -
CMYK 0.05 0 0.90 0.28
HSL 63.64º 0.82% 0.39% -
HSV(B) 63.64º 0.9% 0.72% -
XYZ 34.28 42.79 7.03 -
YUV 161.2 47.19 136.42 -
System Red Green Blue C M Y K H S L
Decimal 173 183 18 0.05 0 0.90 0.28 63.64 0.82 0.39
Hex AD B7 12 5 0 5A 1C 40 52 27
Octal 255 267 22 5 0 132 34 100 122 47
Binary 10101101 10110111 10010 101 0 1011010 11100 1000000 1010010 100111

Color Harmonies of #ADB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB712

Black with #ADB712

Text Example


Text Example

White with #ADB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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