Html Css Color HEX #ADBE2A Bahia

📋 copy color: '#ADBE2A'

red 173 ◦ green 190 ◦ blue 42

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

Shades of Bahia #ADBE2A

Tints of Bahia #ADBE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 42.72%
G = 46.91%
B = 10.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#ADBE2A (or 0xADBE2A) is known color: Bahia. HEX triplet: AD, BE and 2A. RGB value is (173,190,42). Sum of RGB (Red+Green+Blue) = 173+190+42=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBE2A is #5241D5. Grayscale: #A8A8A8. Windows color (decimal): -5390806 or 2801325. OLE color: 2801325.

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

Color convert

RGB 173 190 42 -
CMYK 0.09 0 0.78 0.25
HSL 66.89º 0.64% 0.45% -
HSV(B) 66.89º 0.78% 0.75% -
XYZ 36.06 45.88 9.15 -
YUV 168.05 56.87 131.53 -
System Red Green Blue C M Y K H S L
Decimal 173 190 42 0.09 0 0.78 0.25 66.89 0.64 0.45
Hex AD BE 2A 9 0 4E 19 43 40 2D
Octal 255 276 52 11 0 116 31 103 100 55
Binary 10101101 10111110 101010 1001 0 1001110 11001 1000011 1000000 101101

Color Harmonies of #ADBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE2A

Black with #ADBE2A

Text Example


Text Example

White with #ADBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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