Html Css Color HEX #ADCC1C Bahia

📋 copy color: '#ADCC1C'

red 173 ◦ green 204 ◦ blue 28

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

Shades of Bahia #ADCC1C

Tints of Bahia #ADCC1C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.37%

 BLUE value IS 28 (11.33% from 255) = 6.91%

R = 42.72%
G = 50.37%
B = 6.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#ADCC1C (or 0xADCC1C) is known color: Bahia. HEX triplet: AD, CC and 1C. RGB value is (173,204,28). Sum of RGB (Red+Green+Blue) = 173+204+28=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC1C is #5233E3. Grayscale: #AFAFAF. Windows color (decimal): -5387236 or 1887405. OLE color: 1887405.

HSL color Cylindrical-coordinate representation of color #ADCC1C: hue angle of 70.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADCC1C is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 28 -
CMYK 0.15 0 0.86 0.2
HSL 70.57º 0.76% 0.45% -
HSV(B) 70.57º 0.86% 0.8% -
XYZ 39.04 52.15 9.11 -
YUV 174.67 45.23 126.81 -
System Red Green Blue C M Y K H S L
Decimal 173 204 28 0.15 0 0.86 0.2 70.57 0.76 0.45
Hex AD CC 1C F 0 56 14 47 4C 2D
Octal 255 314 34 17 0 126 24 107 114 55
Binary 10101101 11001100 11100 1111 0 1010110 10100 1000111 1001100 101101

Color Harmonies of #ADCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC1C

Black with #ADCC1C

Text Example


Text Example

White with #ADCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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