#ADCF1C

Color #ADCF1C Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ADCF1C

Tints of Bahia #ADCF1C

Color information

#ADCF1C (or 0xADCF1C) is unknown color: approx Bahia. HEX triplet: AD, CF and 1C. RGB value is (173,207,28). Sum of RGB (Red+Green+Blue) = 173+207+28=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF1C is #5230E3. Grayscale: #B1B1B1. Windows color (decimal): -5386468 or 1888173. OLE color: 1888173.

HSL color Cylindrical-coordinate representation of color #ADCF1C: hue angle of 71.4º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADCF1C is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB17320728-
CMYK0.1600.860.19
HSL71.4º76.17%46.08%-
HSV(B)71.4º86.47%81.18%-
XYZ39.7653.599.35-
YUV176.4344.24125.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.40%
GREEN value IS 207 (81.25% from 255) = 50.74%
BLUE value IS 28 (11.33% from 255) = 6.86%
R=42.40%
G=50.74%
B=6.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173207280.1600.860.1971.476.1746.08
HexADCF1C1005613474c2e
Octal255317342001262310711456
Binary10101101110011111110010000010101101001110001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCF1C; }

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

 H1.HeaderClassName
 {
   color: #ADCF1C;
 }
 .AnyTagClassName
 {
   color: #ADCF1C;
 }
</style>
background-color css

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

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

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

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

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

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