Html Css Color HEX #ADBA29 Bahia

📋 copy color: '#ADBA29'

red 173 ◦ green 186 ◦ blue 41

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

Shades of Bahia #ADBA29

Tints of Bahia #ADBA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.25%

R = 43.25%
G = 46.5%
B = 10.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#ADBA29 (or 0xADBA29) is known color: Bahia. HEX triplet: AD, BA and 29. RGB value is (173,186,41). Sum of RGB (Red+Green+Blue) = 173+186+41=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA29 is #5245D6. Grayscale: #A6A6A6. Windows color (decimal): -5391831 or 2734765. OLE color: 2734765.

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

Color convert

RGB 173 186 41 -
CMYK 0.07 0 0.78 0.27
HSL 65.38º 0.64% 0.45% -
HSV(B) 65.38º 0.78% 0.73% -
XYZ 35.19 44.16 8.77 -
YUV 165.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 173 186 41 0.07 0 0.78 0.27 65.38 0.64 0.45
Hex AD BA 29 7 0 4E 1B 41 40 2D
Octal 255 272 51 7 0 116 33 101 100 55
Binary 10101101 10111010 101001 111 0 1001110 11011 1000001 1000000 101101

Color Harmonies of #ADBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA29

Black with #ADBA29

Text Example


Text Example

White with #ADBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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