Html Css Color HEX #ADBA1F Bahia

📋 copy color: '#ADBA1F'

red 173 ◦ green 186 ◦ blue 31

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

Shades of Bahia #ADBA1F

Tints of Bahia #ADBA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.95%

R = 44.36%
G = 47.69%
B = 7.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#ADBA1F (or 0xADBA1F) is known color: Bahia. HEX triplet: AD, BA and 1F. RGB value is (173,186,31). Sum of RGB (Red+Green+Blue) = 173+186+31=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA1F is #5245E0. Grayscale: #A5A5A5. Windows color (decimal): -5391841 or 2079405. OLE color: 2079405.

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

Color convert

RGB 173 186 31 -
CMYK 0.07 0 0.83 0.27
HSL 65.03º 0.71% 0.43% -
HSV(B) 65.03º 0.83% 0.73% -
XYZ 35.04 44.1 7.96 -
YUV 164.44 52.69 134.1 -
System Red Green Blue C M Y K H S L
Decimal 173 186 31 0.07 0 0.83 0.27 65.03 0.71 0.43
Hex AD BA 1F 7 0 53 1B 41 47 2B
Octal 255 272 37 7 0 123 33 101 107 53
Binary 10101101 10111010 11111 111 0 1010011 11011 1000001 1000111 101011

Color Harmonies of #ADBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA1F

Black with #ADBA1F

Text Example


Text Example

White with #ADBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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