Html Css Color HEX #ADB91E Bahia

📋 copy color: '#ADB91E'

red 173 ◦ green 185 ◦ blue 30

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

Shades of Bahia #ADB91E

Tints of Bahia #ADB91E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

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

R = 44.59%
G = 47.68%
B = 7.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#ADB91E (or 0xADB91E) is known color: Bahia. HEX triplet: AD, B9 and 1E. RGB value is (173,185,30). Sum of RGB (Red+Green+Blue) = 173+185+30=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB91E is #5246E1. Grayscale: #A4A4A4. Windows color (decimal): -5392098 or 2013613. OLE color: 2013613.

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

Color convert

RGB 173 185 30 -
CMYK 0.06 0 0.84 0.27
HSL 64.65º 0.72% 0.42% -
HSV(B) 64.65º 0.84% 0.73% -
XYZ 34.82 43.68 7.82 -
YUV 163.74 52.52 134.6 -
System Red Green Blue C M Y K H S L
Decimal 173 185 30 0.06 0 0.84 0.27 64.65 0.72 0.42
Hex AD B9 1E 6 0 54 1B 41 48 2A
Octal 255 271 36 6 0 124 33 101 110 52
Binary 10101101 10111001 11110 110 0 1010100 11011 1000001 1001000 101010

Color Harmonies of #ADB91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB91E

Black with #ADB91E

Text Example


Text Example

White with #ADB91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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