Html Css Color HEX #ADB11C Bahia

📋 copy color: '#ADB11C'

red 173 ◦ green 177 ◦ blue 28

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

Shades of Bahia #ADB11C

Tints of Bahia #ADB11C

RGB

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

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

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

R = 45.77%
G = 46.83%
B = 7.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#ADB11C (or 0xADB11C) is known color: Bahia. HEX triplet: AD, B1 and 1C. RGB value is (173,177,28). Sum of RGB (Red+Green+Blue) = 173+177+28=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB11C is #524EE3. Grayscale: #9F9F9F. Windows color (decimal): -5394148 or 1880493. OLE color: 1880493.

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

Color convert

RGB 173 177 28 -
CMYK 0.02 0 0.84 0.31
HSL 61.61º 0.73% 0.4% -
HSV(B) 61.61º 0.84% 0.69% -
XYZ 33.17 40.41 7.15 -
YUV 158.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 173 177 28 0.02 0 0.84 0.31 61.61 0.73 0.4
Hex AD B1 1C 2 0 54 1F 3E 49 28
Octal 255 261 34 2 0 124 37 76 111 50
Binary 10101101 10110001 11100 10 0 1010100 11111 111110 1001001 101000

Color Harmonies of #ADB11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB11C

Black with #ADB11C

Text Example


Text Example

White with #ADB11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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