Html Css Color HEX #ADBD2A Bahia

📋 copy color: '#ADBD2A'

red 173 ◦ green 189 ◦ blue 42

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

Shades of Bahia #ADBD2A

Tints of Bahia #ADBD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.4%

R = 42.82%
G = 46.78%
B = 10.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#ADBD2A (or 0xADBD2A) is known color: Bahia. HEX triplet: AD, BD and 2A. RGB value is (173,189,42). Sum of RGB (Red+Green+Blue) = 173+189+42=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD2A is #5242D5. Grayscale: #A8A8A8. Windows color (decimal): -5391062 or 2801069. OLE color: 2801069.

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

Color convert

RGB 173 189 42 -
CMYK 0.08 0 0.78 0.26
HSL 66.53º 0.64% 0.45% -
HSV(B) 66.53º 0.78% 0.74% -
XYZ 35.85 45.45 9.07 -
YUV 167.46 57.2 131.95 -
System Red Green Blue C M Y K H S L
Decimal 173 189 42 0.08 0 0.78 0.26 66.53 0.64 0.45
Hex AD BD 2A 8 0 4E 1A 43 40 2D
Octal 255 275 52 10 0 116 32 103 100 55
Binary 10101101 10111101 101010 1000 0 1001110 11010 1000011 1000000 101101

Color Harmonies of #ADBD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD2A

Black with #ADBD2A

Text Example


Text Example

White with #ADBD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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