Html Css Color HEX #ADBD1D Bahia

📋 copy color: '#ADBD1D'

red 173 ◦ green 189 ◦ blue 29

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

Shades of Bahia #ADBD1D

Tints of Bahia #ADBD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.42%

R = 44.25%
G = 48.34%
B = 7.42%

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

#ADBD1D (or 0xADBD1D) is known color: Bahia. HEX triplet: AD, BD and 1D. RGB value is (173,189,29). Sum of RGB (Red+Green+Blue) = 173+189+29=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD1D is #5242E2. Grayscale: #A6A6A6. Windows color (decimal): -5391075 or 1949101. OLE color: 1949101.

HSL color Cylindrical-coordinate representation of color #ADBD1D: hue angle of 66º degrees, saturation: 0.73, 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 #ADBD1D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 29 -
CMYK 0.08 0 0.85 0.26
HSL 66º 0.73% 0.43% -
HSV(B) 66º 0.85% 0.74% -
XYZ 35.65 45.37 8.04 -
YUV 165.98 50.7 133.01 -
System Red Green Blue C M Y K H S L
Decimal 173 189 29 0.08 0 0.85 0.26 66 0.73 0.43
Hex AD BD 1D 8 0 55 1A 42 49 2B
Octal 255 275 35 10 0 125 32 102 111 53
Binary 10101101 10111101 11101 1000 0 1010101 11010 1000010 1001001 101011

Color Harmonies of #ADBD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD1D

Black with #ADBD1D

Text Example


Text Example

White with #ADBD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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