Html Css Color HEX #ADB61E Bahia

📋 copy color: '#ADB61E'

red 173 ◦ green 182 ◦ blue 30

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

Shades of Bahia #ADB61E

Tints of Bahia #ADB61E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.27%

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 44.94%
G = 47.27%
B = 7.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#ADB61E (or 0xADB61E) is known color: Bahia. HEX triplet: AD, B6 and 1E. RGB value is (173,182,30). Sum of RGB (Red+Green+Blue) = 173+182+30=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB61E is #5249E1. Grayscale: #A2A2A2. Windows color (decimal): -5392866 or 2012845. OLE color: 2012845.

HSL color Cylindrical-coordinate representation of color #ADB61E: hue angle of 63.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADB61E is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 30 -
CMYK 0.05 0 0.84 0.29
HSL 63.55º 0.72% 0.42% -
HSV(B) 63.55º 0.84% 0.71% -
XYZ 34.2 42.43 7.62 -
YUV 161.98 53.52 135.86 -
System Red Green Blue C M Y K H S L
Decimal 173 182 30 0.05 0 0.84 0.29 63.55 0.72 0.42
Hex AD B6 1E 5 0 54 1D 40 48 2A
Octal 255 266 36 5 0 124 35 100 110 52
Binary 10101101 10110110 11110 101 0 1010100 11101 1000000 1001000 101010

Color Harmonies of #ADB61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB61E

Black with #ADB61E

Text Example


Text Example

White with #ADB61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB61E; }

 p { color: rgb(173,182,30); }

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

background-color css

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

 a { background-color: rgb(173,182,30); }

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

border-color css

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

 span { border-color: rgb(173,182,30); }

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