Html Css Color HEX #ADBA1B Bahia

📋 copy color: '#ADBA1B'

red 173 ◦ green 186 ◦ blue 27

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

Shades of Bahia #ADBA1B

Tints of Bahia #ADBA1B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.19%

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 44.82%
G = 48.19%
B = 6.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#ADBA1B (or 0xADBA1B) is known color: Bahia. HEX triplet: AD, BA and 1B. RGB value is (173,186,27). Sum of RGB (Red+Green+Blue) = 173+186+27=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA1B is #5245E4. Grayscale: #A4A4A4. Windows color (decimal): -5391845 or 1817261. OLE color: 1817261.

HSL color Cylindrical-coordinate representation of color #ADBA1B: hue angle of 64.91º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADBA1B is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 27 -
CMYK 0.07 0 0.85 0.27
HSL 64.91º 0.75% 0.42% -
HSV(B) 64.91º 0.85% 0.73% -
XYZ 34.99 44.08 7.7 -
YUV 163.99 50.69 134.43 -
System Red Green Blue C M Y K H S L
Decimal 173 186 27 0.07 0 0.85 0.27 64.91 0.75 0.42
Hex AD BA 1B 7 0 55 1B 41 4B 2A
Octal 255 272 33 7 0 125 33 101 113 52
Binary 10101101 10111010 11011 111 0 1010101 11011 1000001 1001011 101010

Color Harmonies of #ADBA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA1B

Black with #ADBA1B

Text Example


Text Example

White with #ADBA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA1B; }

 p { color: rgb(173,186,27); }

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

background-color css

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

 a { background-color: rgb(173,186,27); }

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

border-color css

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

 span { border-color: rgb(173,186,27); }

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