Html Css Color HEX #ADB52F Bahia

📋 copy color: '#ADB52F'

red 173 ◦ green 181 ◦ blue 47

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

Shades of Bahia #ADB52F

Tints of Bahia #ADB52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.72%

R = 43.14%
G = 45.14%
B = 11.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#ADB52F (or 0xADB52F) is known color: Bahia. HEX triplet: AD, B5 and 2F. RGB value is (173,181,47). Sum of RGB (Red+Green+Blue) = 173+181+47=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB52F is #524AD0. Grayscale: #A3A3A3. Windows color (decimal): -5393105 or 3126701. OLE color: 3126701.

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

Color convert

RGB 173 181 47 -
CMYK 0.04 0 0.74 0.29
HSL 63.58º 0.59% 0.45% -
HSV(B) 63.58º 0.74% 0.71% -
XYZ 34.27 42.14 9.02 -
YUV 163.33 62.35 134.9 -
System Red Green Blue C M Y K H S L
Decimal 173 181 47 0.04 0 0.74 0.29 63.58 0.59 0.45
Hex AD B5 2F 4 0 4A 1D 40 3B 2D
Octal 255 265 57 4 0 112 35 100 73 55
Binary 10101101 10110101 101111 100 0 1001010 11101 1000000 111011 101101

Color Harmonies of #ADB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB52F

Black with #ADB52F

Text Example


Text Example

White with #ADB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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