Html Css Color HEX #ADBC1F Bahia

📋 copy color: '#ADBC1F'

red 173 ◦ green 188 ◦ blue 31

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

Shades of Bahia #ADBC1F

Tints of Bahia #ADBC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.96%

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

R = 44.13%
G = 47.96%
B = 7.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#ADBC1F (or 0xADBC1F) is known color: Bahia. HEX triplet: AD, BC and 1F. RGB value is (173,188,31). Sum of RGB (Red+Green+Blue) = 173+188+31=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC1F is #5243E0. Grayscale: #A6A6A6. Windows color (decimal): -5391329 or 2079917. OLE color: 2079917.

HSL color Cylindrical-coordinate representation of color #ADBC1F: hue angle of 65.73º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADBC1F is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 188 31 -
CMYK 0.08 0 0.84 0.26
HSL 65.73º 0.72% 0.43% -
HSV(B) 65.73º 0.84% 0.74% -
XYZ 35.46 44.95 8.1 -
YUV 165.62 52.03 133.27 -
System Red Green Blue C M Y K H S L
Decimal 173 188 31 0.08 0 0.84 0.26 65.73 0.72 0.43
Hex AD BC 1F 8 0 54 1A 42 48 2B
Octal 255 274 37 10 0 124 32 102 110 53
Binary 10101101 10111100 11111 1000 0 1010100 11010 1000010 1001000 101011

Color Harmonies of #ADBC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBC1F

Black with #ADBC1F

Text Example


Text Example

White with #ADBC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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