Html Css Color HEX #ADBE1A Bahia

📋 copy color: '#ADBE1A'

red 173 ◦ green 190 ◦ blue 26

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

Shades of Bahia #ADBE1A

Tints of Bahia #ADBE1A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.84%

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

R = 44.47%
G = 48.84%
B = 6.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#ADBE1A (or 0xADBE1A) is known color: Bahia. HEX triplet: AD, BE and 1A. RGB value is (173,190,26). Sum of RGB (Red+Green+Blue) = 173+190+26=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE1A is #5241E5. Grayscale: #A6A6A6. Windows color (decimal): -5390822 or 1752749. OLE color: 1752749.

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

Color convert

RGB 173 190 26 -
CMYK 0.09 0 0.86 0.25
HSL 66.22º 0.76% 0.42% -
HSV(B) 66.22º 0.86% 0.75% -
XYZ 35.83 45.79 7.93 -
YUV 166.22 48.87 132.84 -
System Red Green Blue C M Y K H S L
Decimal 173 190 26 0.09 0 0.86 0.25 66.22 0.76 0.42
Hex AD BE 1A 9 0 56 19 42 4C 2A
Octal 255 276 32 11 0 126 31 102 114 52
Binary 10101101 10111110 11010 1001 0 1010110 11001 1000010 1001100 101010

Color Harmonies of #ADBE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE1A

Black with #ADBE1A

Text Example


Text Example

White with #ADBE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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