Html Css Color HEX #ADB92E Bahia

📋 copy color: '#ADB92E'

red 173 ◦ green 185 ◦ blue 46

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

Shades of Bahia #ADB92E

Tints of Bahia #ADB92E

RGB

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

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

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

R = 42.82%
G = 45.79%
B = 11.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#ADB92E (or 0xADB92E) is known color: Bahia. HEX triplet: AD, B9 and 2E. RGB value is (173,185,46). Sum of RGB (Red+Green+Blue) = 173+185+46=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB92E is #5246D1. Grayscale: #A6A6A6. Windows color (decimal): -5392082 or 3062189. OLE color: 3062189.

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

Color convert

RGB 173 185 46 -
CMYK 0.06 0 0.75 0.27
HSL 65.18º 0.6% 0.45% -
HSV(B) 65.18º 0.75% 0.73% -
XYZ 35.08 43.78 9.19 -
YUV 165.57 60.52 133.3 -
System Red Green Blue C M Y K H S L
Decimal 173 185 46 0.06 0 0.75 0.27 65.18 0.6 0.45
Hex AD B9 2E 6 0 4B 1B 41 3C 2D
Octal 255 271 56 6 0 113 33 101 74 55
Binary 10101101 10111001 101110 110 0 1001011 11011 1000001 111100 101101

Color Harmonies of #ADB92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB92E

Black with #ADB92E

Text Example


Text Example

White with #ADB92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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