Html Css Color HEX #ADB31C Bahia

📋 copy color: '#ADB31C'

red 173 ◦ green 179 ◦ blue 28

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

Shades of Bahia #ADB31C

Tints of Bahia #ADB31C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.11%

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 45.53%
G = 47.11%
B = 7.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#ADB31C (or 0xADB31C) is known color: Bahia. HEX triplet: AD, B3 and 1C. RGB value is (173,179,28). Sum of RGB (Red+Green+Blue) = 173+179+28=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB31C is #524CE3. Grayscale: #A0A0A0. Windows color (decimal): -5393636 or 1881005. OLE color: 1881005.

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

Color convert

RGB 173 179 28 -
CMYK 0.03 0 0.84 0.30
HSL 62.38º 0.73% 0.41% -
HSV(B) 62.38º 0.84% 0.7% -
XYZ 33.56 41.21 7.28 -
YUV 159.99 53.51 137.28 -
System Red Green Blue C M Y K H S L
Decimal 173 179 28 0.03 0 0.84 0.30 62.38 0.73 0.41
Hex AD B3 1C 3 0 54 1E 3E 49 29
Octal 255 263 34 3 0 124 36 76 111 51
Binary 10101101 10110011 11100 11 0 1010100 11110 111110 1001001 101001

Color Harmonies of #ADB31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB31C

Black with #ADB31C

Text Example


Text Example

White with #ADB31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB31C; }

 p { color: rgb(173,179,28); }

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

background-color css

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

 a { background-color: rgb(173,179,28); }

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

border-color css

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

 span { border-color: rgb(173,179,28); }

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