Html Css Color HEX #ADBF16 Bahia

📋 copy color: '#ADBF16'

red 173 ◦ green 191 ◦ blue 22

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

Shades of Bahia #ADBF16

Tints of Bahia #ADBF16

RGB

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

 GREEN value IS 191 (75% from 255) = 49.48%

 BLUE value IS 22 (8.98% from 255) = 5.7%

R = 44.82%
G = 49.48%
B = 5.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#ADBF16 (or 0xADBF16) is known color: Bahia. HEX triplet: AD, BF and 16. RGB value is (173,191,22). Sum of RGB (Red+Green+Blue) = 173+191+22=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBF16 is #5240E9. Grayscale: #A7A7A7. Windows color (decimal): -5390570 or 1490861. OLE color: 1490861.

HSL color Cylindrical-coordinate representation of color #ADBF16: hue angle of 66.39º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADBF16 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 22 -
CMYK 0.09 0 0.88 0.25
HSL 66.39º 0.79% 0.42% -
HSV(B) 66.39º 0.88% 0.75% -
XYZ 36.01 46.2 7.78 -
YUV 166.35 46.54 132.74 -
System Red Green Blue C M Y K H S L
Decimal 173 191 22 0.09 0 0.88 0.25 66.39 0.79 0.42
Hex AD BF 16 9 0 58 19 42 4F 2A
Octal 255 277 26 11 0 130 31 102 117 52
Binary 10101101 10111111 10110 1001 0 1011000 11001 1000010 1001111 101010

Color Harmonies of #ADBF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF16

Black with #ADBF16

Text Example


Text Example

White with #ADBF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF16; }

 p { color: rgb(173,191,22); }

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

background-color css

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

 a { background-color: rgb(173,191,22); }

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

border-color css

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

 span { border-color: rgb(173,191,22); }

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