Html Css Color HEX #ADBB1A Bahia

📋 copy color: '#ADBB1A'

red 173 ◦ green 187 ◦ blue 26

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

Shades of Bahia #ADBB1A

Tints of Bahia #ADBB1A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.45%

 BLUE value IS 26 (10.55% from 255) = 6.74%

R = 44.82%
G = 48.45%
B = 6.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#ADBB1A (or 0xADBB1A) is known color: Bahia. HEX triplet: AD, BB and 1A. RGB value is (173,187,26). Sum of RGB (Red+Green+Blue) = 173+187+26=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB1A is #5244E5. Grayscale: #A5A5A5. Windows color (decimal): -5391590 or 1751981. OLE color: 1751981.

HSL color Cylindrical-coordinate representation of color #ADBB1A: hue angle of 65.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADBB1A is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 26 -
CMYK 0.07 0 0.86 0.27
HSL 65.22º 0.76% 0.42% -
HSV(B) 65.22º 0.86% 0.73% -
XYZ 35.19 44.5 7.71 -
YUV 164.46 49.86 134.09 -
System Red Green Blue C M Y K H S L
Decimal 173 187 26 0.07 0 0.86 0.27 65.22 0.76 0.42
Hex AD BB 1A 7 0 56 1B 41 4C 2A
Octal 255 273 32 7 0 126 33 101 114 52
Binary 10101101 10111011 11010 111 0 1010110 11011 1000001 1001100 101010

Color Harmonies of #ADBB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB1A

Black with #ADBB1A

Text Example


Text Example

White with #ADBB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB1A; }

 p { color: rgb(173,187,26); }

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

background-color css

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

 a { background-color: rgb(173,187,26); }

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

border-color css

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

 span { border-color: rgb(173,187,26); }

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