Html Css Color HEX #ADBD1E Bahia

📋 copy color: '#ADBD1E'

red 173 ◦ green 189 ◦ blue 30

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

Shades of Bahia #ADBD1E

Tints of Bahia #ADBD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.65%

R = 44.13%
G = 48.21%
B = 7.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#ADBD1E (or 0xADBD1E) is known color: Bahia. HEX triplet: AD, BD and 1E. RGB value is (173,189,30). Sum of RGB (Red+Green+Blue) = 173+189+30=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD1E is #5242E1. Grayscale: #A6A6A6. Windows color (decimal): -5391074 or 2014637. OLE color: 2014637.

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

Color convert

RGB 173 189 30 -
CMYK 0.08 0 0.84 0.26
HSL 66.04º 0.73% 0.43% -
HSV(B) 66.04º 0.84% 0.74% -
XYZ 35.67 45.37 8.11 -
YUV 166.09 51.2 132.93 -
System Red Green Blue C M Y K H S L
Decimal 173 189 30 0.08 0 0.84 0.26 66.04 0.73 0.43
Hex AD BD 1E 8 0 54 1A 42 49 2B
Octal 255 275 36 10 0 124 32 102 111 53
Binary 10101101 10111101 11110 1000 0 1010100 11010 1000010 1001001 101011

Color Harmonies of #ADBD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD1E

Black with #ADBD1E

Text Example


Text Example

White with #ADBD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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