Html Css Color HEX #ADB52E Bahia

📋 copy color: '#ADB52E'

red 173 ◦ green 181 ◦ blue 46

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

Shades of Bahia #ADB52E

Tints of Bahia #ADB52E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.25%

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

R = 43.25%
G = 45.25%
B = 11.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#ADB52E (or 0xADB52E) is known color: Bahia. HEX triplet: AD, B5 and 2E. RGB value is (173,181,46). Sum of RGB (Red+Green+Blue) = 173+181+46=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB52E is #524AD1. Grayscale: #A3A3A3. Windows color (decimal): -5393106 or 3061165. OLE color: 3061165.

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

Color convert

RGB 173 181 46 -
CMYK 0.04 0 0.75 0.29
HSL 63.56º 0.59% 0.45% -
HSV(B) 63.56º 0.75% 0.71% -
XYZ 34.25 42.13 8.91 -
YUV 163.22 61.85 134.98 -
System Red Green Blue C M Y K H S L
Decimal 173 181 46 0.04 0 0.75 0.29 63.56 0.59 0.45
Hex AD B5 2E 4 0 4B 1D 40 3B 2D
Octal 255 265 56 4 0 113 35 100 73 55
Binary 10101101 10110101 101110 100 0 1001011 11101 1000000 111011 101101

Color Harmonies of #ADB52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB52E

Black with #ADB52E

Text Example


Text Example

White with #ADB52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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