Html Css Color HEX #ADB629 Bahia

📋 copy color: '#ADB629'

red 173 ◦ green 182 ◦ blue 41

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

Shades of Bahia #ADB629

Tints of Bahia #ADB629

RGB

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

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

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

R = 43.69%
G = 45.96%
B = 10.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#ADB629 (or 0xADB629) is known color: Bahia. HEX triplet: AD, B6 and 29. RGB value is (173,182,41). Sum of RGB (Red+Green+Blue) = 173+182+41=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB629 is #5249D6. Grayscale: #A3A3A3. Windows color (decimal): -5392855 or 2733741. OLE color: 2733741.

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

Color convert

RGB 173 182 41 -
CMYK 0.05 0 0.77 0.29
HSL 63.83º 0.63% 0.44% -
HSV(B) 63.83º 0.77% 0.71% -
XYZ 34.36 42.5 8.49 -
YUV 163.24 59.02 134.96 -
System Red Green Blue C M Y K H S L
Decimal 173 182 41 0.05 0 0.77 0.29 63.83 0.63 0.44
Hex AD B6 29 5 0 4D 1D 40 3F 2C
Octal 255 266 51 5 0 115 35 100 77 54
Binary 10101101 10110110 101001 101 0 1001101 11101 1000000 111111 101100

Color Harmonies of #ADB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB629

Black with #ADB629

Text Example


Text Example

White with #ADB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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