Html Css Color HEX #ADB927 Bahia

📋 copy color: '#ADB927'

red 173 ◦ green 185 ◦ blue 39

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

Shades of Bahia #ADB927

Tints of Bahia #ADB927

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.6%

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

R = 43.58%
G = 46.6%
B = 9.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#ADB927 (or 0xADB927) is known color: Bahia. HEX triplet: AD, B9 and 27. RGB value is (173,185,39). Sum of RGB (Red+Green+Blue) = 173+185+39=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB927 is #5246D8. Grayscale: #A5A5A5. Windows color (decimal): -5392089 or 2603437. OLE color: 2603437.

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

Color convert

RGB 173 185 39 -
CMYK 0.06 0 0.79 0.27
HSL 64.93º 0.65% 0.44% -
HSV(B) 64.93º 0.79% 0.73% -
XYZ 34.95 43.73 8.52 -
YUV 164.77 57.02 133.87 -
System Red Green Blue C M Y K H S L
Decimal 173 185 39 0.06 0 0.79 0.27 64.93 0.65 0.44
Hex AD B9 27 6 0 4F 1B 41 41 2C
Octal 255 271 47 6 0 117 33 101 101 54
Binary 10101101 10111001 100111 110 0 1001111 11011 1000001 1000001 101100

Color Harmonies of #ADB927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB927

Black with #ADB927

Text Example


Text Example

White with #ADB927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB927; }

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

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

background-color css

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

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

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

border-color css

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

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

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