Html Css Color HEX #ADB218 Bahia

📋 copy color: '#ADB218'

red 173 ◦ green 178 ◦ blue 24

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

Shades of Bahia #ADB218

Tints of Bahia #ADB218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.47%

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 46.13%
G = 47.47%
B = 6.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#ADB218 (or 0xADB218) is known color: Bahia. HEX triplet: AD, B2 and 18. RGB value is (173,178,24). Sum of RGB (Red+Green+Blue) = 173+178+24=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB218 is #524DE7. Grayscale: #9F9F9F. Windows color (decimal): -5393896 or 1618605. OLE color: 1618605.

HSL color Cylindrical-coordinate representation of color #ADB218: hue angle of 61.95º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADB218 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 24 -
CMYK 0.03 0 0.87 0.30
HSL 61.95º 0.76% 0.4% -
HSV(B) 61.95º 0.87% 0.7% -
XYZ 33.32 40.79 6.98 -
YUV 158.95 51.84 138.02 -
System Red Green Blue C M Y K H S L
Decimal 173 178 24 0.03 0 0.87 0.30 61.95 0.76 0.4
Hex AD B2 18 3 0 57 1E 3E 4C 28
Octal 255 262 30 3 0 127 36 76 114 50
Binary 10101101 10110010 11000 11 0 1010111 11110 111110 1001100 101000

Color Harmonies of #ADB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB218

Black with #ADB218

Text Example


Text Example

White with #ADB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB218; }

 p { color: rgb(173,178,24); }

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

background-color css

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

 a { background-color: rgb(173,178,24); }

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

border-color css

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

 span { border-color: rgb(173,178,24); }

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