Html Css Color HEX #ADB82E Bahia

📋 copy color: '#ADB82E'

red 173 ◦ green 184 ◦ blue 46

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

Shades of Bahia #ADB82E

Tints of Bahia #ADB82E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.66%

 BLUE value IS 46 (18.36% from 255) = 11.41%

R = 42.93%
G = 45.66%
B = 11.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#ADB82E (or 0xADB82E) is known color: Bahia. HEX triplet: AD, B8 and 2E. RGB value is (173,184,46). Sum of RGB (Red+Green+Blue) = 173+184+46=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB82E is #5247D1. Grayscale: #A5A5A5. Windows color (decimal): -5392338 or 3061933. OLE color: 3061933.

HSL color Cylindrical-coordinate representation of color #ADB82E: hue angle of 64.78º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADB82E is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 46 -
CMYK 0.06 0 0.75 0.28
HSL 64.78º 0.6% 0.45% -
HSV(B) 64.78º 0.75% 0.72% -
XYZ 34.87 43.36 9.12 -
YUV 164.98 60.86 133.72 -
System Red Green Blue C M Y K H S L
Decimal 173 184 46 0.06 0 0.75 0.28 64.78 0.6 0.45
Hex AD B8 2E 6 0 4B 1C 41 3C 2D
Octal 255 270 56 6 0 113 34 101 74 55
Binary 10101101 10111000 101110 110 0 1001011 11100 1000001 111100 101101

Color Harmonies of #ADB82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB82E

Black with #ADB82E

Text Example


Text Example

White with #ADB82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB82E; }

 p { color: rgb(173,184,46); }

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

background-color css

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

 a { background-color: rgb(173,184,46); }

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

border-color css

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

 span { border-color: rgb(173,184,46); }

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