Html Css Color HEX #ADB42E Bahia

📋 copy color: '#ADB42E'

red 173 ◦ green 180 ◦ blue 46

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

Shades of Bahia #ADB42E

Tints of Bahia #ADB42E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.11%

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

R = 43.36%
G = 45.11%
B = 11.53%

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

#ADB42E (or 0xADB42E) is known color: Bahia. HEX triplet: AD, B4 and 2E. RGB value is (173,180,46). Sum of RGB (Red+Green+Blue) = 173+180+46=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB42E is #524BD1. Grayscale: #A3A3A3. Windows color (decimal): -5393362 or 3060909. OLE color: 3060909.

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

Color convert

RGB 173 180 46 -
CMYK 0.04 0 0.74 0.29
HSL 63.13º 0.59% 0.44% -
HSV(B) 63.13º 0.74% 0.71% -
XYZ 34.05 41.72 8.84 -
YUV 162.63 62.18 135.4 -
System Red Green Blue C M Y K H S L
Decimal 173 180 46 0.04 0 0.74 0.29 63.13 0.59 0.44
Hex AD B4 2E 4 0 4A 1D 3F 3B 2C
Octal 255 264 56 4 0 112 35 77 73 54
Binary 10101101 10110100 101110 100 0 1001010 11101 111111 111011 101100

Color Harmonies of #ADB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB42E

Black with #ADB42E

Text Example


Text Example

White with #ADB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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