Html Css Color HEX #ADB727 Bahia

📋 copy color: '#ADB727'

red 173 ◦ green 183 ◦ blue 39

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

Shades of Bahia #ADB727

Tints of Bahia #ADB727

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.33%

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

R = 43.8%
G = 46.33%
B = 9.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#ADB727 (or 0xADB727) is known color: Bahia. HEX triplet: AD, B7 and 27. RGB value is (173,183,39). Sum of RGB (Red+Green+Blue) = 173+183+39=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB727 is #5248D8. Grayscale: #A4A4A4. Windows color (decimal): -5392601 or 2602925. OLE color: 2602925.

HSL color Cylindrical-coordinate representation of color #ADB727: hue angle of 64.17º 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 #ADB727 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 39 -
CMYK 0.05 0 0.79 0.28
HSL 64.17º 0.65% 0.44% -
HSV(B) 64.17º 0.79% 0.72% -
XYZ 34.53 42.9 8.38 -
YUV 163.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 173 183 39 0.05 0 0.79 0.28 64.17 0.65 0.44
Hex AD B7 27 5 0 4F 1C 40 41 2C
Octal 255 267 47 5 0 117 34 100 101 54
Binary 10101101 10110111 100111 101 0 1001111 11100 1000000 1000001 101100

Color Harmonies of #ADB727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB727

Black with #ADB727

Text Example


Text Example

White with #ADB727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB727; }

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

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

background-color css

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

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

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

border-color css

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

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

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