Html Css Color HEX #ADBD1C Bahia

📋 copy color: '#ADBD1C'

red 173 ◦ green 189 ◦ blue 28

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

Shades of Bahia #ADBD1C

Tints of Bahia #ADBD1C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.46%

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

R = 44.36%
G = 48.46%
B = 7.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#ADBD1C (or 0xADBD1C) is known color: Bahia. HEX triplet: AD, BD and 1C. RGB value is (173,189,28). Sum of RGB (Red+Green+Blue) = 173+189+28=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD1C is #5242E3. Grayscale: #A6A6A6. Windows color (decimal): -5391076 or 1883565. OLE color: 1883565.

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

Color convert

RGB 173 189 28 -
CMYK 0.08 0 0.85 0.26
HSL 65.96º 0.74% 0.43% -
HSV(B) 65.96º 0.85% 0.74% -
XYZ 35.64 45.36 7.98 -
YUV 165.86 50.2 133.09 -
System Red Green Blue C M Y K H S L
Decimal 173 189 28 0.08 0 0.85 0.26 65.96 0.74 0.43
Hex AD BD 1C 8 0 55 1A 42 4A 2B
Octal 255 275 34 10 0 125 32 102 112 53
Binary 10101101 10111101 11100 1000 0 1010101 11010 1000010 1001010 101011

Color Harmonies of #ADBD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD1C

Black with #ADBD1C

Text Example


Text Example

White with #ADBD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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