Html Css Color HEX #ADB628 Bahia

📋 copy color: '#ADB628'

red 173 ◦ green 182 ◦ blue 40

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

Shades of Bahia #ADB628

Tints of Bahia #ADB628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.13%

R = 43.8%
G = 46.08%
B = 10.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#ADB628 (or 0xADB628) is known color: Bahia. HEX triplet: AD, B6 and 28. RGB value is (173,182,40). Sum of RGB (Red+Green+Blue) = 173+182+40=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB628 is #5249D7. Grayscale: #A3A3A3. Windows color (decimal): -5392856 or 2668205. OLE color: 2668205.

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

Color convert

RGB 173 182 40 -
CMYK 0.05 0 0.78 0.29
HSL 63.8º 0.64% 0.44% -
HSV(B) 63.8º 0.78% 0.71% -
XYZ 34.34 42.49 8.4 -
YUV 163.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 173 182 40 0.05 0 0.78 0.29 63.8 0.64 0.44
Hex AD B6 28 5 0 4E 1D 40 40 2C
Octal 255 266 50 5 0 116 35 100 100 54
Binary 10101101 10110110 101000 101 0 1001110 11101 1000000 1000000 101100

Color Harmonies of #ADB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB628

Black with #ADB628

Text Example


Text Example

White with #ADB628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB628; }

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

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

background-color css

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

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

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

border-color css

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

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

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