Html Css Color HEX #ADB121 Bahia

📋 copy color: '#ADB121'

red 173 ◦ green 177 ◦ blue 33

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

Shades of Bahia #ADB121

Tints of Bahia #ADB121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.21%

 BLUE value IS 33 (13.28% from 255) = 8.62%

R = 45.17%
G = 46.21%
B = 8.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#ADB121 (or 0xADB121) is known color: Bahia. HEX triplet: AD, B1 and 21. RGB value is (173,177,33). Sum of RGB (Red+Green+Blue) = 173+177+33=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB121 is #524EDE. Grayscale: #9F9F9F. Windows color (decimal): -5394143 or 2208173. OLE color: 2208173.

HSL color Cylindrical-coordinate representation of color #ADB121: hue angle of 61.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADB121 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 33 -
CMYK 0.02 0 0.81 0.31
HSL 61.67º 0.69% 0.41% -
HSV(B) 61.67º 0.81% 0.69% -
XYZ 33.23 40.44 7.49 -
YUV 159.39 56.67 137.71 -
System Red Green Blue C M Y K H S L
Decimal 173 177 33 0.02 0 0.81 0.31 61.67 0.69 0.41
Hex AD B1 21 2 0 51 1F 3E 45 29
Octal 255 261 41 2 0 121 37 76 105 51
Binary 10101101 10110001 100001 10 0 1010001 11111 111110 1000101 101001

Color Harmonies of #ADB121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB121

Black with #ADB121

Text Example


Text Example

White with #ADB121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB121; }

 p { color: rgb(173,177,33); }

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

background-color css

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

 a { background-color: rgb(173,177,33); }

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

border-color css

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

 span { border-color: rgb(173,177,33); }

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