Html Css Color HEX #ADB32E Bahia

📋 copy color: '#ADB32E'

red 173 ◦ green 179 ◦ blue 46

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

Shades of Bahia #ADB32E

Tints of Bahia #ADB32E

RGB

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

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

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

R = 43.47%
G = 44.97%
B = 11.56%

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

#ADB32E (or 0xADB32E) is known color: Bahia. HEX triplet: AD, B3 and 2E. RGB value is (173,179,46). Sum of RGB (Red+Green+Blue) = 173+179+46=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB32E is #524CD1. Grayscale: #A2A2A2. Windows color (decimal): -5393618 or 3060653. OLE color: 3060653.

HSL color Cylindrical-coordinate representation of color #ADB32E: hue angle of 62.71º degrees, saturation: 0.59, 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 #ADB32E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 46 -
CMYK 0.03 0 0.74 0.30
HSL 62.71º 0.59% 0.44% -
HSV(B) 62.71º 0.74% 0.7% -
XYZ 33.85 41.32 8.78 -
YUV 162.04 62.51 135.81 -
System Red Green Blue C M Y K H S L
Decimal 173 179 46 0.03 0 0.74 0.30 62.71 0.59 0.44
Hex AD B3 2E 3 0 4A 1E 3F 3B 2C
Octal 255 263 56 3 0 112 36 77 73 54
Binary 10101101 10110011 101110 11 0 1001010 11110 111111 111011 101100

Color Harmonies of #ADB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB32E

Black with #ADB32E

Text Example


Text Example

White with #ADB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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