Html Css Color HEX #ADB612 Bahia

📋 copy color: '#ADB612'

red 173 ◦ green 182 ◦ blue 18

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

Shades of Bahia #ADB612

Tints of Bahia #ADB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.79%

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

R = 46.38%
G = 48.79%
B = 4.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#ADB612 (or 0xADB612) is known color: Bahia. HEX triplet: AD, B6 and 12. RGB value is (173,182,18). Sum of RGB (Red+Green+Blue) = 173+182+18=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB612 is #5249ED. Grayscale: #A1A1A1. Windows color (decimal): -5392878 or 1226413. OLE color: 1226413.

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

Color convert

RGB 173 182 18 -
CMYK 0.05 0 0.90 0.29
HSL 63.29º 0.82% 0.39% -
HSV(B) 63.29º 0.9% 0.71% -
XYZ 34.07 42.38 6.96 -
YUV 160.61 47.52 136.84 -
System Red Green Blue C M Y K H S L
Decimal 173 182 18 0.05 0 0.90 0.29 63.29 0.82 0.39
Hex AD B6 12 5 0 5A 1D 3F 52 27
Octal 255 266 22 5 0 132 35 77 122 47
Binary 10101101 10110110 10010 101 0 1011010 11101 111111 1010010 100111

Color Harmonies of #ADB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB612

Black with #ADB612

Text Example


Text Example

White with #ADB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB612; }

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

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

background-color css

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

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

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

border-color css

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

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

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