Html Css Color HEX #ADBA2E Bahia

📋 copy color: '#ADBA2E'

red 173 ◦ green 186 ◦ blue 46

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

Shades of Bahia #ADBA2E

Tints of Bahia #ADBA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.93%

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

R = 42.72%
G = 45.93%
B = 11.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#ADBA2E (or 0xADBA2E) is known color: Bahia. HEX triplet: AD, BA and 2E. RGB value is (173,186,46). Sum of RGB (Red+Green+Blue) = 173+186+46=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA2E is #5245D1. Grayscale: #A6A6A6. Windows color (decimal): -5391826 or 3062445. OLE color: 3062445.

HSL color Cylindrical-coordinate representation of color #ADBA2E: hue angle of 65.57º 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 #ADBA2E is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 46 -
CMYK 0.07 0 0.75 0.27
HSL 65.57º 0.6% 0.45% -
HSV(B) 65.57º 0.75% 0.73% -
XYZ 35.29 44.2 9.26 -
YUV 166.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 173 186 46 0.07 0 0.75 0.27 65.57 0.6 0.45
Hex AD BA 2E 7 0 4B 1B 42 3C 2D
Octal 255 272 56 7 0 113 33 102 74 55
Binary 10101101 10111010 101110 111 0 1001011 11011 1000010 111100 101101

Color Harmonies of #ADBA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA2E

Black with #ADBA2E

Text Example


Text Example

White with #ADBA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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