Html Css Color HEX #ADB32F Bahia

📋 copy color: '#ADB32F'

red 173 ◦ green 179 ◦ blue 47

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

Shades of Bahia #ADB32F

Tints of Bahia #ADB32F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.86%

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

R = 43.36%
G = 44.86%
B = 11.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#ADB32F (or 0xADB32F) is known color: Bahia. HEX triplet: AD, B3 and 2F. RGB value is (173,179,47). Sum of RGB (Red+Green+Blue) = 173+179+47=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB32F is #524CD0. Grayscale: #A2A2A2. Windows color (decimal): -5393617 or 3126189. OLE color: 3126189.

HSL color Cylindrical-coordinate representation of color #ADB32F: hue angle of 62.73º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADB32F is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 47 -
CMYK 0.03 0 0.74 0.30
HSL 62.73º 0.58% 0.44% -
HSV(B) 62.73º 0.74% 0.7% -
XYZ 33.87 41.33 8.88 -
YUV 162.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 173 179 47 0.03 0 0.74 0.30 62.73 0.58 0.44
Hex AD B3 2F 3 0 4A 1E 3F 3A 2C
Octal 255 263 57 3 0 112 36 77 72 54
Binary 10101101 10110011 101111 11 0 1001010 11110 111111 111010 101100

Color Harmonies of #ADB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB32F

Black with #ADB32F

Text Example


Text Example

White with #ADB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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