Html Css Color HEX #ADB631 Bahia

📋 copy color: '#ADB631'

red 173 ◦ green 182 ◦ blue 49

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

Shades of Bahia #ADB631

Tints of Bahia #ADB631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.13%

R = 42.82%
G = 45.05%
B = 12.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#ADB631 (or 0xADB631) is known color: Bahia. HEX triplet: AD, B6 and 31. RGB value is (173,182,49). Sum of RGB (Red+Green+Blue) = 173+182+49=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB631 is #5249CE. Grayscale: #A4A4A4. Windows color (decimal): -5392847 or 3258029. OLE color: 3258029.

HSL color Cylindrical-coordinate representation of color #ADB631: hue angle of 64.06º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADB631 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 49 -
CMYK 0.05 0 0.73 0.29
HSL 64.06º 0.58% 0.45% -
HSV(B) 64.06º 0.73% 0.71% -
XYZ 34.52 42.56 9.3 -
YUV 164.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 173 182 49 0.05 0 0.73 0.29 64.06 0.58 0.45
Hex AD B6 31 5 0 49 1D 40 3A 2D
Octal 255 266 61 5 0 111 35 100 72 55
Binary 10101101 10110110 110001 101 0 1001001 11101 1000000 111010 101101

Color Harmonies of #ADB631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB631

Black with #ADB631

Text Example


Text Example

White with #ADB631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB631; }

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

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

background-color css

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

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

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

border-color css

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

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

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