Html Css Color HEX #ADBD2D Bahia

📋 copy color: '#ADBD2D'

red 173 ◦ green 189 ◦ blue 45

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

Shades of Bahia #ADBD2D

Tints of Bahia #ADBD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.06%

R = 42.51%
G = 46.44%
B = 11.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#ADBD2D (or 0xADBD2D) is known color: Bahia. HEX triplet: AD, BD and 2D. RGB value is (173,189,45). Sum of RGB (Red+Green+Blue) = 173+189+45=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD2D is #5242D2. Grayscale: #A8A8A8. Windows color (decimal): -5391059 or 2997677. OLE color: 2997677.

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

Color convert

RGB 173 189 45 -
CMYK 0.08 0 0.76 0.26
HSL 66.67º 0.62% 0.46% -
HSV(B) 66.67º 0.76% 0.74% -
XYZ 35.9 45.47 9.37 -
YUV 167.8 58.7 131.71 -
System Red Green Blue C M Y K H S L
Decimal 173 189 45 0.08 0 0.76 0.26 66.67 0.62 0.46
Hex AD BD 2D 8 0 4C 1A 43 3E 2E
Octal 255 275 55 10 0 114 32 103 76 56
Binary 10101101 10111101 101101 1000 0 1001100 11010 1000011 111110 101110

Color Harmonies of #ADBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD2D

Black with #ADBD2D

Text Example


Text Example

White with #ADBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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