Html Css Color HEX #ADB827 Bahia

📋 copy color: '#ADB827'

red 173 ◦ green 184 ◦ blue 39

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

Shades of Bahia #ADB827

Tints of Bahia #ADB827

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

 BLUE value IS 39 (15.63% from 255) = 9.85%

R = 43.69%
G = 46.46%
B = 9.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#ADB827 (or 0xADB827) is known color: Bahia. HEX triplet: AD, B8 and 27. RGB value is (173,184,39). Sum of RGB (Red+Green+Blue) = 173+184+39=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB827 is #5247D8. Grayscale: #A4A4A4. Windows color (decimal): -5392345 or 2603181. OLE color: 2603181.

HSL color Cylindrical-coordinate representation of color #ADB827: hue angle of 64.55º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADB827 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 39 -
CMYK 0.06 0 0.79 0.28
HSL 64.55º 0.65% 0.44% -
HSV(B) 64.55º 0.79% 0.72% -
XYZ 34.74 43.31 8.45 -
YUV 164.18 57.36 134.29 -
System Red Green Blue C M Y K H S L
Decimal 173 184 39 0.06 0 0.79 0.28 64.55 0.65 0.44
Hex AD B8 27 6 0 4F 1C 41 41 2C
Octal 255 270 47 6 0 117 34 101 101 54
Binary 10101101 10111000 100111 110 0 1001111 11100 1000001 1000001 101100

Color Harmonies of #ADB827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB827

Black with #ADB827

Text Example


Text Example

White with #ADB827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB827; }

 p { color: rgb(173,184,39); }

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

background-color css

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

 a { background-color: rgb(173,184,39); }

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

border-color css

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

 span { border-color: rgb(173,184,39); }

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